| 185 | void setBodyFramingKind(HttpBodyFramingKind value) { bodyFramingKind = value; } |
| 186 | void setBodyComplete(bool value) { bodyComplete = value; } |
| 187 | void attachReadableStream(AsyncReadableStream& stream) { readableStream = &stream; } |
| 188 | |
| 189 | /// @brief Finds a specific HttpParser::Result in the list of parsed header |
| 190 | /// @param token The result to look for (Method, Url etc.) |
no outgoing calls
no test coverage detected