Crate lazy_sock
Source - lazy_sock
- A convenient macro to quickly create a server instance using
fancy-log
.
- LazySock
- The main LazySock server struct.
- Request
- Represents an incoming HTTP-like request.
- Response
- Represents an HTTP-like response.
- Router
- The router, responsible for managing routes and their handlers.
- Method
- Represents an HTTP method.
- HandlerFn
- Type alias for the handler function.
- LogCallbackFn
- Type alias for the log callback function.
- PromptCallbackFn
- Type alias for the prompt callback function.