zephyr/subsys/net/lib/http
Jukka Rissanen 1c07ead104 net: http: Add context net_buf pool support to HTTP client
This commit adds http_client_set_net_pkt_pool() function that allows
caller to define net_buf pool that is used when sending a TCP packet.
This is needed for those technologies like Bluetooth or 802.15.4 which
compress the IPv6 header during send.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-31 11:50:25 +03:00
..
http_client.c net: http: Add context net_buf pool support to HTTP client 2017-07-31 11:50:25 +03:00
http_parser.c http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
http_server.c net: http: Add context net_buf pool support to HTTP server 2017-07-31 11:50:25 +03:00
Kconfig net: http: Remove mbedtls heap setting from http library 2017-06-27 16:42:59 +03:00
Makefile net: http: Remove mbedtls heap setting from http library 2017-06-27 16:42:59 +03:00
README_http_parser net: Restructure network protocols 2017-01-02 10:03:19 +01:00