-
Notifications
You must be signed in to change notification settings - Fork 8.2k
net: http: implement high level API of http client #15636
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
Conversation
|
All checks are passing now. Review history of this comment for details about previous failed status. |
f722f40 to
ca75494
Compare
4ce09d1 to
2de1206
Compare
tbursztyka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quick review
- support GET and POST request - based BSD socket Signed-off-by: Frank Lee <[email protected]>
|
@tbursztyka @dbkinder Hi all, I have been pushed again in last week, could you help to review it and tell me what should be modified. thanks a lot! |
dbkinder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc build error fixed, thanks
|
Closing as we have alternative http-client implementation in upstream. |
Implement high level API of http client besed BSD socket,
and its related to issue of #13212 and #14467
Signed-off-by: frank lee [email protected]