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
Duckwhale opened this issue Oct 22, 2021 · 1 comment
Open

Add HTTP functionality to the Networking library #30

Duckwhale opened this issue Oct 22, 2021 · 1 comment

Comments

@Duckwhale
Copy link
Member

Duckwhale 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.

@Duckwhale Duckwhale added this to the TBD milestone Oct 22, 2021
@Duckwhale Duckwhale added this to Eventually (Future) in Roadmap Oct 22, 2021
@Duckwhale Duckwhale added this to Vague and distant future (Backlog) in Timeline Oct 22, 2021
@Duckwhale Duckwhale modified the milestones: TBD, 1.0 Jun 23, 2022
@Duckwhale Duckwhale moved this from Vague and distant future (Backlog) to The time is nigh (Planning) in Timeline Jun 23, 2022
@Duckwhale Duckwhale moved this from Eventually (Future) to Current Major Version (0.x) in Roadmap Jun 23, 2022
@Duckwhale
Copy link
Member Author

Duckwhale 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
Roadmap
Current Major Version (0.x)
Timeline
The time is nigh (Planning)
Development

No branches or pull requests

1 participant