deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
890 stars 44 forks source link

Update `Content-Type` header in docs and examples #34

Closed radu-matei closed 3 years ago

radu-matei commented 3 years ago

Currently, the content type header in docs and examples is Content-Type: text/plain. We should update it to include the encoding as well - Content-Type: text/html; charset=UTF-8