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

Simple request/response #561

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
typo
  • Loading branch information
MarcoPolo committed Jul 17, 2023
commit 37670f45a565e74e6617161ab99eeef51727c504
2 changes: 1 addition & 1 deletion simple-request-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ close the stream. After sending the response the server SHOULD close the stream.
## How to run on top of an HTTP transport

The client's request is placed in the body of an HTTP POST request. The server
places it's response in the body of the HTTP response. Headers are unused by the
places its response in the body of the HTTP response. Headers are unused by the
application protocol (but may be used by the libp2p implementation to provide
authentication). The HTTP path used is defined by the server's
`.well-known/libp2p` HTTP resource (see the [HTTP](../http/README.md) spec for
Expand Down