summaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_public.c
Commit message (Expand)AuthorAge
* Add possibility to explicitly set a tree handler as exclusive (#1158)Robert Bielik2020-01-27
* Add http server method for getting addressRobert Bielik2019-12-29
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #745 HTTP server redirect handlerGarrett D'Amore2018-10-07
* fixes #738 http server needs a way to collect request entity dataGarrett D'Amore2018-09-29
* fixes #717 need nng_http_req_reset and nng_http_res_resetGarrett D'Amore2018-09-12
* fixes #681 HTTP convenience GET method desired...Garrett D'Amore2018-08-30
* fixes #662 Configuring without HTTP failsGarrett D'Amore2018-08-20
* fixes #539 Feature request: customizable http error pageGarrett D'Amore2018-06-15
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* Fixes issues found by (and submitted by) @nonnenmacher when workingVincent Nonnenmacher2018-03-19
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* HTTP public API should initialize the library.Garrett D'Amore2018-02-07
* fixes #174 Define public HTTP client APIGarrett D'Amore2018-02-01
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01