MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getTransferEncoding

Method getTransferEncoding

Libraries/HttpClient/HttpClient.cpp:1041–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039}
1040
1041bool SC::HttpClientResponse::getTransferEncoding(StringSpan& value) const
1042{
1043 return getHeader("Transfer-Encoding", value);
1044}
1045
1046bool SC::HttpClientResponse::getLocation(StringSpan& value) const { return getHeader("Location", value); }
1047

Callers 1

responseHeaderHelpersMethod · 0.80

Calls

no outgoing calls

Tested by 1

responseHeaderHelpersMethod · 0.64