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

feat(examples): Introduce HTTP C application #3

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

razvand
Copy link
Contributor

@razvand razvand commented Oct 27, 2023

Introduce HTTP reply native application for Unikraft. This is a simple HTTP server that provides the same HTML reply for each request.

Add required files: Kraftfile, implementation in main.c, Makefile.uk and README.md.

@razvand razvand added the enhancement New feature or request label Oct 27, 2023
@razvand razvand requested a review from nderjung October 27, 2023 05:34
@razvand razvand force-pushed the razvand/library/httpreply branch 2 times, most recently from 89abdda to 13146ec Compare October 27, 2023 06:45
examples/http-c/Kraftfile Outdated Show resolved Hide resolved
examples/http-c/README.md Outdated Show resolved Hide resolved
examples/http-c/README.md Outdated Show resolved Hide resolved
@razvand razvand requested a review from nderjung October 27, 2023 09:04
@nderjung nderjung changed the title library: Introduce HTTP reply application feat: Introduce HTTP reply application Oct 27, 2023
@razvand razvand changed the title feat: Introduce HTTP reply application feat(examples): Introduce HTTP C application Oct 27, 2023
Introduce HTTP reply native C application for Unikraft. This is a simple
HTTP server that provides the same HTML reply for each request.

Add required files: `Kraftfile`, implementation in `main.c`,
`Makefile.uk` and `README.md`.

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
@nderjung nderjung merged commit 8d5ee80 into unikraft:main Oct 27, 2023
@razvand razvand deleted the razvand/library/httpreply branch October 27, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants