-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
http.ClientRequest
poor documentation
#2461
Comments
It might not be sorted the best but I do believe everything is there under |
You may also want to do a nodeschool workshopper, |
Yeah, I know but only
available, and they are not in the documentation |
every property which is not start with a leading lodash |
@magicdawn I'm having difficulty understanding what you are trying to say. Is there some specific property that you think is public and that is not documented? If so, which ones? |
@sam-github yeah, that's I'm saying.
|
Not everything that is "publicly exposed" (i.e. exposed without a We'd probably happy to take a PR to add docs for those I think. :) |
I'm using tj's superagent, and I want to inspect the actual url requesting
req instanceof http.ClientRequest, but I can hardly find any property reference in the documentation on http.ClientRequest class https://iojs.org/api/http.html#http_class_http_clientrequest
The text was updated successfully, but these errors were encountered: