-
Notifications
You must be signed in to change notification settings - Fork 255
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
Add createConnection
option for http or https requests
#119
Comments
Is this functionality in the spec? If not, why do you think we should deviate from the spec? |
Of course this option isn't in EventSource specification. This option ( |
I suppose we could add it as a non-standard property on the @xv2 send a pull request and we can discuss it. |
@aslakhellesoy PR: #120 |
This would be extremely helpful as there doesn't currently seem to be a way to use UNIX domain sockets with this library. |
Can we get a ruling on this? |
In |
Hi,
I need a possibility of using
createConnection
option in the http/https request:You can read more info about this function in the Node.js documentation: https://nodejs.org/api/http.html#http_http_request_options_callback
NOTE: The
createConnection
ofglobalAgent
isn't suitable for me because I use other connectionsP.S. Thanks for your work and the best library for EventSource.
The text was updated successfully, but these errors were encountered: