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 - In-memory counter using State
  15. Rocket - get, set (add), delete cookies - pending cookies
  16. Rocket - Multi-counter using cookies (in the client)
  17. Rocket - Multi-counter using secure cookies (in the client)
  18. Rocket - Automatic reload of the application (watch)
  19. Rocket - Two applications in separate files
  20. Rocket - Redirect to another page
  21. Rocket - Redirect with parameters
  22. Rocket - Serving static files
  23. Rocket - 404 page with static content
  24. Rocket - Access custom configuration in the routes
  25. Rocket - Custom configuration and injecting (overriding) values in tests
  26. Rocket - Request guard - FromRequest
  27. Rocket - Blog using request guard - FromRequest
  28. Rocket - Blog with FromParam - selectively accept pathes
  29. Rocket - Return Status (arbitrary HTTP code)
  30. Rocket - catch panic in the route handle
  31. Simple TODO list with Rocket and SurrealDB
  32. Use Tera filters (length)
  33. Create Tera filters
  34. Skip route by returning None
  35. Skip route using a guard
  36. Rocket Guards - experiment
  37. Rocket return user-id
  38. Rocket People and groups
  39. Rocket Userid in path