Rocket

  1. Rocket - A web framework for Rust
  2. Rocket - Hello World
  3. Rocket - Hello World with separate test file
  4. Rocket - Hello World returning static RawHtml
  5. Rocket - Generated RawHtml page
  6. Rocket - Hello World with Tera template
  7. Rocket - Echo using GET
  8. Rocket - Echo using POST
  9. Rocket - Path parameters
  10. Rocket - Single hit-counter using a text file
  11. Rocket - Logging to the console
  12. Rocket - Logging to a file using log4rs
  13. Rocket - Calculator with GET (passing multiple parameters)
  14. Rocket - Calculator with GET (passing multiple parameters) using enum
  15. Rocket - In-memory counter using State
  16. Rocket - get, set (add), delete cookies - pending cookies
  17. Rocket - Multi-counter using cookies (in the client)
  18. Rocket - Multi-counter using secure cookies (in the client)
  19. Rocket - Automatic reload of the application (watch)
  20. Rocket - Two applications in separate files
  21. Rocket - Redirect to another page
  22. Rocket - Redirect with parameters
  23. Rocket - Serving static files
  24. Rocket - 404 page with static content
  25. Rocket - Access custom configuration in the routes
  26. Rocket - Custom configuration and injecting (overriding) values in tests
  27. Rocket - Request guard - FromRequest
  28. Rocket - Blog using request guard - FromRequest
  29. Rocket - Blog with FromParam - selectively accept pathes
  30. Rocket - Return Status (arbitrary HTTP code)
  31. Rocket - catch panic in the route handle
  32. Simple TODO list with Rocket and SurrealDB
  33. Use Tera filters (length)
  34. Create Tera filters
  35. Skip route by returning None
  36. Skip route using a guard
  37. Rocket Guards - experiment
  38. Rocket return user-id
  39. Rocket People and groups
  40. Rocket Userid in path