| 316 | } |
| 317 | |
| 318 | Result HttpConnection::sendJsonCopy(int code, StringSpan body) { return sendBodyCopy(code, body, "application/json"); } |
| 319 | |
| 320 | void HttpConnectionBase::setTransportStreams(AsyncReadableStream& readable, AsyncWritableStream& writable) |
| 321 | { |
no outgoing calls