Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-05 | Make streamed chunk size configurable | Loïc Hoguin | |
Defaults to a maximum of 1000000 bytes. Also standardize the te_identity and te_chunked decoding functions. Now they both try to read as much as possible (up to the limit), making body reading much faster when not using chunked encoding. | |||
2013-01-29 | Add a section about closing the connection in the guide | Loïc Hoguin | |
2013-01-20 | First draft done for the request object guide chapter | Loïc Hoguin | |
2013-01-19 | More request object documentation in the guide | Loïc Hoguin | |
2013-01-18 | Beginning of request object chapter in the guide | Loïc Hoguin | |
2013-01-01 | Add a skeleton of the guide to ease user contributions | Loïc Hoguin | |
Has some stuff that aren't in master yet, and lacks a lot more that is already in master. |