libwebsockets/lib/roles/http
Andy Green d4820ef5db cao: Connection Attempt Object
Wrap struct lws_conmon into an lws_cao_t, and give that its own lifecycle
distinct from any wsi.

Conmon contains what we want, but it was composed into the wsi and so had
to follow its single wsi's lifecycle.

Let's give it its own lifecycle independent of the wsi it happened to be
born for, and wrap it with an lws_cao_t that can contain private things.
We can still present the lws_conmon_t unchanged to the public apis that
expect it.

Client wsi with the connection have at least one CAO, the HEAD CAO is taken
as the active one for a wsi, it may acquire other "losing" CAOs as it goes
along.

desc moves into this new CAO, it's a bit messy because only client
connections have CAOs, but server connections and listeners have desc.  So
we have a .desc in the wsi still for that, and desc in the CAO for client,
and new helpers to take care of which to use.
2022-05-16 16:49:39 +01:00
..
client cao: Connection Attempt Object 2022-05-16 16:49:39 +01:00
compression http: compression: fix selection 2022-05-04 08:43:26 +01:00
server cao: Connection Attempt Object 2022-05-16 16:49:39 +01:00
CMakeLists.txt http: cookies: support cookie jar in and out 2021-08-21 17:44:40 +01:00
cookie.c nsc: fall back to internal headers when no stash 2022-03-25 08:18:29 +00:00
date.c http: date: use timegm 2021-08-13 05:25:00 +01:00
header.c http: lws_add_http_header_by_name: add colon if needed 2022-01-27 13:08:35 +00:00
lextable-strings.h http: x-amn-dss-signature header 2021-02-17 11:39:15 +00:00
lextable.h http: x-amn-dss-signature header 2021-02-17 11:39:15 +00:00
minilex.c h2: mark :protocol as an h2 psuedoheader 2020-09-20 09:17:09 +01:00
parsers.c cao: Connection Attempt Object 2022-05-16 16:49:39 +01:00
private-lib-roles-http.h lws_metrics 2021-03-08 21:47:28 +00:00