An inbound HTTP request being handled by HTTPServer.
Declared in <llvm/HTTP/HTTPServer.h>
class HTTPServerRequest;
| Name | Description |
|---|---|
setResponse | setResponse overloads |
| Name | Description |
|---|---|
UrlPath | The URL path of the request. |
UrlPathMatches | The elements correspond to match groups in the url path matching regex. |
| Name | Description |
|---|---|
llvm::HTTPServer | An HTTP server which can listen on a single TCP/IP port for HTTP requests and delgate them to the appropriate registered handler. |
| Name | Description |
|---|---|
streamFile | Sets the response to stream the file at FilePath, if available, and otherwise an HTTP 404 error response. |