+++ title = "Dynamic responses and content types" description = "Learn how to respond to incoming requests with the appropriate content type. Match on the incoming format, and render JSON, HTML or other types of responses." date = 2024-06-10T09:19:42+00:00 updated = 2024-06-10T09:19:42+00:00 draft = false template = "casts/page.html" [taxonomies] authors = ["Team Loco"] [extra] num = "001" id = "l_hxXsHHSSU" +++ Reference material for this episode: * Loco.rs docs: [sending responses](https://loco.rs/docs/the-app/controller/#sending-responses) * Rails [responders](https://api.rubyonrails.org/v4.1/classes/ActionController/Responder.html)