purescript-httpurple/docs/Examples/Headers
Petri Lehtinen 8badd62b3e PureScript 0.12 support (#89)
- Upgrade all dependencies
- Use Effect instead of Eff
- Use Foreign.Object instead of StrMap
- Use Effect.Ref instead of Control.Monad.ST
- Drop SecureServerM, it's the same as ServerM now
2018-07-08 16:16:48 -07:00
..
Main.purs PureScript 0.12 support (#89) 2018-07-08 16:16:48 -07:00
Readme.md Rename top level directories to be purescript standard 2017-07-17 23:29:51 -07:00

Headers Example

This is a basic example of working with headers. It will respond to an HTTP GET on any url and will read the header 'X-Input' and return the contents in the response body. It will also return the 'X-Example' response header with the value 'hello world!'.

To run the example server, run:

make example EXAMPLE=Headers