ObjFW  Check-in [1cc6f3659f]

Overview
Comment:OFHTTPRequest: Make it possible to not store the data in an OFDataArray.

This way, it's possible to do downloads without keeping the whole file
in memory.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1cc6f3659f07e643dbbb4614a1de42d05877a2ea28b1c2685d834391aed03660
User & Date: js on 2011-04-22 14:35:13
Other Links: manifest | tags
Context
2011-04-22
14:56
OFHTTPRequest: Normalize server header keys. check-in: 7f52d7f931 user: js tags: trunk
14:35
OFHTTPRequest: Make it possible to not store the data in an OFDataArray. check-in: 1cc6f3659f user: js tags: trunk
14:13
Add OFHTTPRequestDelegate.
This allows status updates etc.
check-in: 9ed387bacb user: js tags: trunk
Changes