ObjFW  Check-in [56a18442e2]

Overview
Comment:Make OFHTTPClient asynchronous

This does not make OFHTTPClientResponse completely asynchronous yet.

Since -[initWithURL:] does not work well with an asynchronous API, it no
longer supports HTTP URLs. However, a new, asynchronous API will be
added as a replacement later on.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 56a18442e2b5b96ee729d8bd4065f6eae2fc34f284f91e8439d8a4d496a6b4e7
User & Date: js on 2017-09-24 00:59:12
Other Links: manifest | tags
Context
2017-09-24
01:14
configure: Check for -Wundeclared-selector check-in: cea49f2ece user: js tags: trunk
00:59
Make OFHTTPClient asynchronous check-in: 56a18442e2 user: js tags: trunk
2017-09-23
22:07
Support for passing a context to async IO handlers check-in: 958da109d3 user: js tags: trunk
Changes