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

Fix a url typo and a HTTP head mistake. #3

Merged
merged 1 commit into from
Nov 3, 2016

Conversation

Sean-Lan
Copy link
Contributor

@Sean-Lan Sean-Lan commented Nov 3, 2016

  1. Correct a url typo: https://127.0.0r.1:3000/posts/1

  2. Change a HTTP POST header mistake:

GET /home HTTP/1.1

name: Alice

to:

POST /home HTTP/1.1
Host: 127.0.0.1:8080
Content-Type: application/x-www-form-urlencoded

name=Alice

@ruanyf
Copy link
Owner

ruanyf commented Nov 3, 2016

非常感谢。

@ruanyf ruanyf merged commit b6d6030 into ruanyf:master Nov 3, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants