Skip to content

Commit

Permalink
Fix docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Prussin committed Feb 9, 2018
1 parent 6d78a1b commit 2649dce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/HTTPure/Server.purs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ serve' options router onStarted =
HTTP.createServer (handleRequest router) >>= \server ->
HTTP.listen server options onStarted

-- | Given a `ListenOptions` object and a `HTTP.ListenOptions` object, a
-- | function mapping `Request` to `ResponseM`, and a `SecureServerM` containing
-- | effects to run on boot, creates and runs a HTTPure server with SSL.
-- | Given a `Options HTTPS.SSLOptions` object and a `HTTP.ListenOptions`
-- | object, a function mapping `Request` to `ResponseM`, and a `SecureServerM`
-- | containing effects to run on boot, creates and runs a HTTPure server with
-- | SSL.
serveSecure' :: forall e.
Options HTTPS.SSLOptions ->
HTTP.ListenOptions ->
Expand Down

0 comments on commit 2649dce

Please sign in to comment.