Skip to content

3.2.0

Compare
Choose a tag to compare
@dustinmoris dustinmoris released this 10 Oct 21:07
· 536 commits to master since this release

Improvements

  • Adding the charset parameter in the HTTP Content-Type response header when returning a text response (text/plain, text/html) or a JSON or XML response (application/json, application/xml). By default Giraffe is using UTF8 encoding for all its responses.