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 HTTP client that can resolve host #3

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

zypeh
Copy link
Member

@zypeh zypeh commented Sep 17, 2021

This PR is about the HTTP client - the code to craft HTTP request and send using TCP client. I also provide a set of builder function to patch the HTTP request's method, path, headers and HTTP version.

My question after this would be:

  • How to send HTTPS requests. Do I need TLS for that? I am not familiar with IETF stuff (it is time for me to learn I guess :P)
  • How to resolve different HTTP protocols like ws://, wss:// etc.

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.

1 participant