| Interface | Description |
|---|---|
| HttpHandler | |
| HttpHeaders | |
| HttpStatus | |
| PathMatcher |
| Class | Description |
|---|---|
| ExactPathMatcher | |
| HandlerRegistry | |
| LightHttpBody | |
| LightHttpMessage | |
| LightHttpRequest | |
| LightHttpResponse | |
| LightHttpServer |
Somewhat crude but very fast HTTP server designed exclusively to handle the
Chrome DevTools protocol, though sufficiently general to do other very basic things.
|
| LightHttpServer.HttpMessageWriter |
Similar in spirit to
HttpMessageReader which assumes ASCII for all messages as
a performance optimization. |
| RegexpPathMatcher |