uWebSockets
uWebSockets copied to clipboard
Generic helper for list based headers
Should have built-in ways for iterating all values in a list header, including repeated headers:
for (auto value : req->getHeaderList("some-header-with-list")) {
}
where delim is comma by default but can also be semi-comma for cookie header.