purescript-httpurple/Documentation/Examples/Headers/Readme.md

11 lines
221 B
Markdown
Raw Normal View History

# Headers Example
This is a basic example of working with headers. It will return the 'X-Example'
response header with the value 'hello world!'.
To run the example server, run:
```bash
make example EXAMPLE=Headers
```