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