MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / is_chunked_transfer_encoding

Function is_chunked_transfer_encoding

examples/server/httplib.h:3597–3600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3595}
3596
3597inline bool is_chunked_transfer_encoding(const Headers &headers) {
3598 return !strcasecmp(get_header_value(headers, "Transfer-Encoding", 0, ""),
3599 "chunked");
3600}
3601
3602template <typename T, typename U>
3603bool 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