-
Notifications
You must be signed in to change notification settings - Fork 25
add support for server.address() #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
type: enhancement
A new feature or addition.
Comments
oh, yes, it can, we support sockets purescript-node-http/src/Node/HTTP.purs Line 68 in b18d054
|
srghma
added a commit
to srghma/purescript-node-http
that referenced
this issue
Apr 23, 2020
srghma
added a commit
to srghma/purescript-node-http
that referenced
this issue
Apr 23, 2020
srghma
added a commit
to srghma/purescript-node-http
that referenced
this issue
Apr 23, 2020
srghma
added a commit
to srghma/purescript-node-http
that referenced
this issue
Feb 3, 2021
Fixed by #49. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there is already support for this method in https://github.com/purescript-node/purescript-node-net/blob/1fd91c872ecff202ae86b848f2c8d054f7a751f3/src/Node/Net/Server.purs#L72-L88
string means ICP or pipe of socket
http.server inherits from net.server
https://nodejs.org/api/http.html#http_class_http_server
the question is can it return
String
if server is created using purescript-node-http?i.e. should it be
or
The text was updated successfully, but these errors were encountered: