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 101b474217 ss: rx metadata
At the moment you can define and set per-stream metadata at the client,
which will be string-substituted and if configured in the policy, set in
related outgoing protocol specific content like h1 headers.

This patch extends the metadata concept to also check incoming protocol-
specific content like h1 headers and where it matches the binding in the
streamtype's metadata entry, make it available to the client by name, via
a new lws_ss_get_metadata() api.

Currently warmcat.com has additional headers for

server: lwsws                (well-known header name)
test-custom-header: hello    (custom header name)

minimal-secure-streams test is updated to try to recover these both
in direct and -client (via proxy) versions.  The corresponding metadata
part of the "mintest" stream policy from warmcat.com is

                        {
                                "srv": "server:"
                        }, {
                                "test": "test-custom-header:"
                        },

If built direct, or at the proxy, the stream has access to the static
policy metadata definitions and can store the rx metadata in the stream
metadata allocation, with heap-allocated a value.  For client side that
talks to a proxy, only the proxy knows the policy, and it returns rx
metadata inside the serialized link to the client, which stores it on
the heap attached to the stream.

In addition an optimization for mapping static policy metadata definitions
to individual stream handle metadata is changed to match by name.
2020-09-16 13:10:26 +01:00
..
client smp: add pt lock on client connect path 2020-08-31 16:51:37 +01:00
compression cleaning 2020-01-05 22:17:58 +00:00
server smp: lws_mutex_refcount: add assert held helper 2020-08-31 16:51:37 +01:00
CMakeLists.txt cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
header.c ss: rx metadata 2020-09-16 13:10:26 +01:00
lextable-strings.h http: add cmake option for header reduction defeat 2020-04-23 17:08:57 +01:00
lextable.h http: add cmake option for header reduction defeat 2020-04-23 17:08:57 +01:00
minilex.c http: add cmake option for header reduction defeat 2020-04-23 17:08:57 +01:00
parsers.c fakewsi: replace with smaller substructure 2020-07-20 06:28:52 +01:00
private-lib-roles-http.h ss: rx metadata 2020-09-16 13:10:26 +01:00