| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add, and document, the url->u_requri member. | Garrett D'Amore | 2018-02-02 |
| | | | | | | This member is the value passed in actual HTTP protocol, so it is useful with the function nng_http_req_set_uri(). | ||
| * | fixes #222 Public URL API | Garrett D'Amore | 2018-01-23 |
| | | |||
| * | fixes #217 URL canonicalization needs work | Garrett D'Amore | 2018-01-21 |
| | | |||
| * | Supply default ports for some well-known schemes. | Garrett D'Amore | 2018-01-16 |
| | | |||
| * | Convert existing websocket and http code to use new URL framework. | Garrett D'Amore | 2018-01-05 |
| | | | | | | | This also fixes a use-after-free bug in the HTTP framework, where the handler could be deleted why callbacks were still using it. (We now reference count the handlers.) | ||
| * | Fix some more leaks, add a generic URL parser. | Garrett D'Amore | 2018-01-05 |
