uWebSockets icon indicating copy to clipboard operation
uWebSockets copied to clipboard

Generic helper for list based headers

Open uNetworkingAB opened this issue 3 years ago • 0 comments

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.

uNetworkingAB avatar Oct 31 '22 05:10 uNetworkingAB