- 1. Rocket
- 2. Rocket
- 2.1. Rocket - A web framework for Rust
- 2.2. Rocket - Hello World
- 2.3. Rocket - Hello World with separate test file
- 2.4. Rocket - Hello World returning static RawHtml
- 2.5. Rocket - Generated RawHtml page
- 2.6. Rocket - Hello World with Tera template
- 2.7. Rocket - Echo using GET
- 2.8. Rocket - Echo using POST
- 2.9. Rocket - Path parameters
- 2.10. Rocket - Single hit-counter using a text file
- 2.11. Rocket - Logging to the console
- 2.12. Rocket - Logging to a file using log4rs
- 2.13. Rocket - Calculator with GET (passing multiple parameters)
- 2.14. Rocket - Calculator with GET (passing multiple parameters) using enum
- 2.15. Rocket - In-memory counter using State
- 2.16. Rocket - get, set (add), delete cookies - pending cookies
- 2.17. Rocket - Multi-counter using cookies (in the client)
- 2.18. Rocket - Multi-counter using secure cookies (in the client)
- 2.19. Rocket - Automatic reload of the application (watch)
- 2.20. Rocket - Two applications in separate files
- 2.21. Rocket - Redirect to another page
- 2.22. Rocket - Redirect with parameters
- 2.23. Rocket - Serving static files
- 2.24. Rocket - 404 page with static content
- 2.25. Rocket - Access custom configuration in the routes
- 2.26. Rocket - Custom configuration and injecting (overriding) values in tests
- 2.27. Rocket - Request guard - FromRequest
- 2.28. Rocket - Blog using request guard - FromRequest
- 2.29. Rocket - Blog with FromParam - selectively accept pathes
- 2.30. Rocket - Return Status (arbitrary HTTP code)
- 2.31. Rocket - catch panic in the route handle
- 2.32. Simple TODO list with Rocket and SurrealDB
- 2.33. Use Tera filters (length)
- 2.34. Create Tera filters
- 2.35. Skip route by returning None
- 2.36. Skip route using a guard
- 2.37. Rocket Guards - experiment
- 2.38. Rocket return user-id
- 2.39. Rocket People and groups
- 2.40. Rocket Userid in path