Expand description
Tako: A lightweight web framework for building asynchronous web applications in Rust.
This library provides a modular and extensible framework for creating web servers, handling requests, and managing application state. It is designed to be fast, ergonomic, and easy to use.
Modules§
- body
- Module for handling HTTP request and response bodies.
- bytes
- Module for working with byte streams and buffers.
- extractors
- Module for extracting data from requests, such as query parameters or JSON payloads.
- middleware
- Module for defining and managing middleware.
- responder
- Module for creating and sending HTTP responses.
- router
- Module for managing the application’s routing logic.
- sse
- Module for handling Server-Sent Events (SSE).
- state
- Module for managing application state and shared data.
- types
- Module for defining and working with custom types used in the framework.
- ws
- Module for handling WebSocket connections.
Structs§
- Method
- The Request Method (VERB)
Functions§
- serve
- Starts the Tako HTTP server.