larskuhtz / wai-cors

A Haskell implementation of Cross-Origin resource sharing (CORS) for Wai
MIT License
26 stars 13 forks source link

Improves documentation #18

Closed MaxGabriel closed 6 years ago

MaxGabriel commented 7 years ago

Documents some undocumented functions, adds some tips, and improves links by linking to specific sections of the RFC.

I also removed the -XUnicodeSyntax extension from the README. I thought it was a bit much since it was only used for a single character, but I can add it back if you like.