| Package | Description |
|---|---|
| bayou.file |
Utilities for files.
|
| bayou.http |
Http server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaticHandler
HttpHandler for static files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HotHttpHandler
Hot-reloadable HttpHandler.
|
| Constructor and Description |
|---|
HttpServer(HttpHandler handler)
Create an HttpServer.
|
HttpServer(HttpServerConf conf,
HttpHandler handler)
Create an HttpServer.
|