ObjFW  Check-in [8681bba25e]

Overview
Comment:OFHTTPClient: Add a callback for the request body

This is in preparation for removing the body from OFHTTPRequest.
Having it as OFData that is part of the OFHTTPRequest was a bad idea, as
it does not allow streaming.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8681bba25e6bbe077a4d46f2b87ada3ed6f2db01fa7c8fea707e86ee75c3cba0
User & Date: js on 2018-02-18 00:20:39
Other Links: manifest | tags
Context
2018-02-18
21:26
OFHTTPClient: Minor type cleanups check-in: 562d4e2f61 user: js tags: trunk
00:20
OFHTTPClient: Add a callback for the request body check-in: 8681bba25e user: js tags: trunk
2018-02-17
16:54
.travis.yml: Several small improvements check-in: 8dca47ec20 user: js tags: trunk
Changes