Directories
¶
| Path | Synopsis |
|---|---|
|
Package httpserver is the standard-library-idiomatic core of the server kit: a worker.Runnable that serves any http.Handler on its own listener with graceful shutdown.
|
Package httpserver is the standard-library-idiomatic core of the server kit: a worker.Runnable that serves any http.Handler on its own listener with graceful shutdown. |
|
Package mid provides standard net/http middleware for skit services.
|
Package mid provides standard net/http middleware for skit services. |
|
Package rest is a tiny typed-handler layer over net/http.
|
Package rest is a tiny typed-handler layer over net/http. |
|
Package restmid provides application-layer middleware: rest.MidFunc values that wrap a typed rest.HandlerFunc and operate on the ResponseEncoder it returns (the typed value), not on raw bytes.
|
Package restmid provides application-layer middleware: rest.MidFunc values that wrap a typed rest.HandlerFunc and operate on the ResponseEncoder it returns (the typed value), not on raw bytes. |
|
Package router wraps the standard library's net/http.ServeMux with nestable groups and two cooperating handler/middleware layers: net/http transport middleware and typed rest application middleware.
|
Package router wraps the standard library's net/http.ServeMux with nestable groups and two cooperating handler/middleware layers: net/http transport middleware and typed rest application middleware. |
Click to show internal directories.
Click to hide internal directories.