History log of /seL4-camkes-master/projects/lwip/src/include/lwip/apps/http_client.h
Revision Date Author Comments
# cdfa3dfa 12-Sep-2018 Dirk Ziegelmeier <dziegelmeier@de.pepperl-fuchs.com>

http_client.c: Fix compile when TCP is disabled


# 971404ff 07-Mar-2018 Axel Lin <axel.lin@ingics.com>

http_client.h: Include lwip/pbuf.h

struct pbuf is used by httpc_headers_done_fn, thus need to include
lwip/pbuf.h.

Signed-off-by: Axel Lin <axel.lin@ingics.com>


# b6d9bb6b 06-Mar-2018 goldsimon <goldsimon@gmx.de>

http_client: check current state when receiving FIN


# 37b44949 22-Feb-2018 goldsimon <goldsimon@gmx.de>

http_client: fix function documentation


# 842b9f44 19-Feb-2018 goldsimon <goldsimon@gmx.de>

altcp: simplify creating different types by adding an allocator concept

This is done with an example in the http_client

Signed-off-by: goldsimon <goldsimon@gmx.de>


# 5b33d33e 19-Feb-2018 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Add HTTP client to documentation


# bd656efd 15-Feb-2018 goldsimon <goldsimon@gmx.de>

http client: add https support, fix parsing header with chained pbufs


# 3dafa72e 15-Feb-2018 goldsimon <goldsimon@gmx.de>

apps: add http client

Signed-off-by: goldsimon <goldsimon@gmx.de>