rawleyfowler / Humming-Bird

A fun and performant web application framework for Raku
MIT License
44 stars 6 forks source link

Blob file types cannot be served #40

Closed rawleyfowler closed 1 year ago

rawleyfowler commented 1 year ago

Because I naively encoded response bodies as strings originally, it would be best if we moved to Buf's so that we can allow for simpler transmission of blob file types (images, pdf, etc..)