MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / is_chunked_transfer_encoding

Function is_chunked_transfer_encoding

dependencies/httplib/httplib.h:3384–3387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3382}
3383
3384inline bool is_chunked_transfer_encoding(const Headers &headers) {
3385 return !strcasecmp(get_header_value(headers, "Transfer-Encoding", 0, ""),
3386 "chunked");
3387}
3388
3389template <typename T, typename U>
3390bool prepare_content_receiver(T &x, int &status,

Callers 1

read_contentFunction · 0.85

Calls 1

get_header_valueFunction · 0.85

Tested by

no test coverage detected