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

Method setup

Tests/Libraries/Http/HttpAsyncServerTest.cpp:1243–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241 constexpr StringView expected = "PUT /chunked HTTP/1.1\r\n"
1242 "Host: 127.0.0.1\r\n"
1243 "Transfer-Encoding: chunked\r\n"
1244 "User-Agent: SC\r\n"
1245 "Connection: keep-alive\r\n"
1246 "\r\n"
1247 "3\r\nChu\r\n"
1248 "3\r\nnke\r\n"
1249 "3\r\ndBo\r\n"
1250 "2\r\ndy\r\n"
1251 "0\r\n\r\n";

Callers 4

responseBodyHelpersMethod · 0.45

Calls 3

setHeaderMemoryFunction · 0.85
setWritableStreamFunction · 0.85
resetFunction · 0.85

Tested by

no test coverage detected