Crate lazy_sock

Crate lazy_sock 

Source

Macros§

lazy_sock
A convenient macro to quickly create a server instance using fancy-log.

Structs§

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.

Enums§

Method
Represents an HTTP method.

Type Aliases§

HandlerFn
Type alias for the handler function.
LogCallbackFn
Type alias for the log callback function.
PromptCallbackFn
Type alias for the prompt callback function.