Properties of an HTTP request recorded by TestHttpServer.
The request body, if any. Requests with a streamed body will be read in full before being handled.
The request headers.
The HTTP method, lowercased ("get").
The URL path ("/index.html").
Generated using TypeDoc
Properties of an HTTP request recorded by TestHttpServer.