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

Add HTTP functionality to the Networking library #30

Open
rdw-software opened this issue Oct 22, 2021 · 1 comment
Open

Add HTTP functionality to the Networking library #30

rdw-software opened this issue Oct 22, 2021 · 1 comment

Comments

@rdw-software
Copy link
Member

rdw-software commented Oct 22, 2021

Can probably use the luvit implementation (coro-http, c.f. fetch in browsers), or maybe port the current one from Node? I don't really like the API, but it can likely be abstracted.

@rdw-software
Copy link
Member Author

rdw-software commented Jun 23, 2022

Will be implemented on top of #75, which only requires some basic glue code (HTTP request/response classes) built on top of the TCP server/client functionality (from #61).

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

No branches or pull requests

1 participant