Methods HEAD Requests Reinterpreting Methods A Rocket route attribute can be any one of get , put , post , delete , head , patch , or options , each corresponding to the HTTP ...
Ad-Hoc Fairings Ad-Hoc Fairings For simple occasions, implementing the Fairing trait can be cumbersome. This is why Rocket provides the AdHoc type, which creates a fairing fro...
Responder Wrapping Errors Responder Types that implement Responder know how to generate a Response from their values. A Response includes an HTTP status, headers, and body....
Databases Dependencies Managed Pool Connection Guard Usage Databases While Rocket doesn’t have built-in support for databases yet, you can combine a few external libraries t...
Make a sprite from a tileset sub-image Make a sprite from a tileset sub-image You now know how to make a sprite from a single image file. But, as a game designer, you’ll usuall...