midas-framework / midas

A framework for Gleam, Midas makes shiny things.
https://hex.pm/packages/midas
170 stars 5 forks source link

Parameterize type of body in Request type #16

Closed CrowdHailer closed 4 years ago

CrowdHailer commented 4 years ago
type Request(body) {
...

In stead of requiring the body to be a String, it could also be an iolist or steam. Doing this would allow applications more choices when dealing with large requests.

CrowdHailer commented 4 years ago

Done with #23