summaryrefslogtreecommitdiff
path: root/uclient-backend.h
Commit message (Collapse)AuthorAgeFilesLines
* http: add support for relative location on redirectFelix Fietkau2016-07-051-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* core: add proxy supportFelix Fietkau2016-01-161-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* use const for char buffer in uclient_writeRafał Miłecki2015-01-221-1/+1
| | | | | | We are not supposed to modify it and ustream accepts const already. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
* add uclient_disconnect() to force a disconnect without further callbacksFelix Fietkau2014-05-041-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* expose struct uclient_urlFelix Fietkau2014-05-041-11/+0
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* add copyright headersFelix Fietkau2014-03-251-0/+17
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* implement optional SSL certificate validation (including CN host check)Felix Fietkau2014-03-251-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* add a utility function to detect redirects and handle themFelix Fietkau2014-03-231-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* add missing prototype for uclient_backend_set_errorFelix Fietkau2014-03-221-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* make uclient_backend_http visible to allow the client to test for itFelix Fietkau2014-03-221-1/+0
| | | | | | the struct is still opaque, it is only used for pointer tests Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* add support for reusing connectionsFelix Fietkau2014-03-211-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* use chunked data for POST, set HTTP version to 1.1Felix Fietkau2014-03-211-1/+0
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* Initial importFelix Fietkau2014-03-201-0/+35
Signed-off-by: Felix Fietkau <nbd@openwrt.org>