1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/roles/http
Andy Green 127e53cf98 client: multipart mime generation helpers
lws has been able to generate client multipart mime as shown
in minimal-http-client-post, but it requires a lot of user
boilerplate to handle the boundary, related transaction header,
and multipart headers.

This patch adds a client creation flag to indicate it will
carry multipart mime, which autocreates the boundary string
and applies the transaction header with it, and an api to
form the boundary headers between the different mime parts
and the terminating boundary.
2019-10-12 12:41:14 +01:00
..
client client: multipart mime generation helpers 2019-10-12 12:41:14 +01:00
compression private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
server client: multipart mime generation helpers 2019-10-12 12:41:14 +01:00
header.c client: use block parse and buflist 2019-09-22 03:08:36 -07:00
lextable-strings.h plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
lextable.h refactor role ops 2018-04-11 13:39:42 +08:00
minilex.c refactor role ops 2018-04-11 13:39:42 +08:00
parsers.c parsers: use common unaligned accessors 2019-09-22 03:08:36 -07:00
private-lib-roles-http.h client: multipart mime generation helpers 2019-10-12 12:41:14 +01:00