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

Function canReplayRequestBody

Libraries/HttpClient/HttpClientSession.cpp:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540static bool canReplayRequestBody(const SC::HttpClientRequestBody& body)
541{
542 return not body.isStreamed() or body.canReplay;
543}
544
545static char basicAuthorizationSourceByte(SC::Span<const char> username, SC::Span<const char> password, size_t index)
546{

Callers 1

beginRetryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected