Skip to content
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

关于http request的请求方法 #9

Open
songhexiang opened this issue Apr 8, 2017 · 1 comment
Open

关于http request的请求方法 #9

songhexiang opened this issue Apr 8, 2017 · 1 comment

Comments

@songhexiang
Copy link
Contributor

HTTP1.0定义了三种请求方法: GET, POST 和 HEAD方法。
HTTP1.1新增了五种请求方法:OPTIONS, PUT, DELETE, TRACE 和 CONNECT 方法。
而代码中仅仅提到了get head options trace,剩余的都没有涉及,是有什么特殊原因吗?

@yyyiue
Copy link

yyyiue commented Jul 2, 2018

其他方法都需要额外编写代码,为了追求简单,这个项目没有实现。
不过你可以自己去实现,尤其是POST方法。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants