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

resurrection: Asynchronous HTTP API with Lua bindings #3942

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

Conversation

DSpeichert
Copy link
Member

@DSpeichert DSpeichert commented Feb 15, 2022

Changes Proposed

HTTP API from #2010

I merely did a rebase, it seems to work but might need more work.

image

@DSpeichert DSpeichert requested a review from djarek February 15, 2022 02:38
@DSpeichert DSpeichert force-pushed the http_api branch 4 times, most recently from 459adcd to 21ab5d6 Compare February 15, 2022 23:07
@ghost ghost added the feature New feature or functionality label Mar 13, 2022
data/routes/lib/json.lua Show resolved Hide resolved
src/http_api/peer.cpp Outdated Show resolved Hide resolved
data/routes/lib/json.lua Show resolved Hide resolved
src/http_api/common.h Outdated Show resolved Hide resolved
@ranisalt
Copy link
Member

@DSpeichert don't squash the commits, let us see the changes :P

@Zbizu
Copy link
Contributor

Zbizu commented Mar 28, 2022

related issue #2435

djarek and others added 2 commits April 3, 2022 11:44
This server utilizes the Beast library for parsing and constructing
HTTP/1.1 messages and a pure-Lua JSON library provides JSON support.

Signed-off-by: Damian Jarek <[email protected]>
@DSpeichert DSpeichert force-pushed the http_api branch 2 times, most recently from 7de0fd5 to 40355e4 Compare April 3, 2022 16:25
@DSpeichert DSpeichert requested review from ranisalt and a user April 3, 2022 16:47
src/http/generic_stream_acceptor.cpp Outdated Show resolved Hide resolved
src/http/common.h Outdated Show resolved Hide resolved
src/http/generic_stream_acceptor.h Outdated Show resolved Hide resolved
src/http/generic_stream_acceptor.cpp Outdated Show resolved Hide resolved
src/http/generic_stream_acceptor.cpp Outdated Show resolved Hide resolved
src/http/generic_stream_acceptor.cpp Outdated Show resolved Hide resolved
src/http/peer.cpp Outdated Show resolved Hide resolved
src/http/peer.cpp Outdated Show resolved Hide resolved
src/http/router.h Outdated Show resolved Hide resolved
src/server.h Outdated Show resolved Hide resolved
@ranisalt ranisalt mentioned this pull request May 26, 2024
3 tasks
@EvilHero90 EvilHero90 mentioned this pull request May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants