Rocket
- Rocket - A web framework for Rust
- Rocket - Hello World
- Rocket - Hello World with separate test file
- Rocket - Hello World returning static RawHtml
- Rocket - Generated RawHtml page
- Rocket - Hello World with Tera template
- Rocket - Echo using GET
- Rocket - Echo using POST
- Rocket - Path parameters
- Rocket - Single hit-counter using a text file
- Rocket - Logging to the console
- Rocket - Logging to a file using log4rs
- Rocket - Calculator with GET (passing multiple parameters)
- Rocket - In-memory counter using State
- Rocket - get, set (add), delete cookies - pending cookies
- Rocket - Multi-counter using cookies (in the client)
- Rocket - Multi-counter using secure cookies (in the client)
- Rocket - Automatic reload of the application (watch)
- Rocket - Two applications in separate files
- Rocket - Redirect to another page
- Rocket - Redirect with parameters
- Rocket - Serving static files
- Rocket - 404 page with static content
- Rocket - Access custom configuration in the routes
- Rocket - Custom configuration and injecting (overriding) values in tests
- Rocket - Request guard - FromRequest
- Rocket - Blog using request guard - FromRequest
- Rocket - Blog with FromParam - selectively accept pathes
- Rocket - Return Status (arbitrary HTTP code)
- Rocket - catch panic in the route handle
- Simple TODO list with Rocket and SurrealDB
- Use Tera filters (length)
- Create Tera filters
- Skip route by returning None
- Skip route using a guard
- Rocket Guards - experiment
- Rocket return user-id
- Rocket People and groups
- Rocket Userid in path