purescript-node/purescript-node-http

Expose server.close

Closed this issue · 1 comments

lpil commented

Hello!

Using this library we can start a server but not shut it down. Could we expose Node's server.close?

https://nodejs.org/api/http.html#http_server_close_callback

I'm happy to contribute this if it would be accepted.

Cheers,
Louis

paf31 commented

👍 Makes sense to me to add this.