Files
purescript-httpurple/docs/Examples/SSL
2017-09-25 23:08:07 -07:00
..
2017-08-01 22:08:27 -07:00
2017-08-01 22:08:27 -07:00
2017-09-25 23:08:07 -07:00
2017-08-01 22:08:27 -07:00

SSL Example

This is a basic 'hello world' example, that runs over HTTPS. It simply returns 'hello world!' when making any request.

Note that it uses self-signed certificates, so you will need to ignore certificate errors when testing.

To run the example server, run:

make example EXAMPLE=SSL