https://github.com/t-h2o/webserv
This is when you finally understand why a URL starts with HTTP
https://github.com/t-h2o/webserv
42 cpp cpp98 web webserver
Last synced: 3 months ago
JSON representation
This is when you finally understand why a URL starts with HTTP
- Host: GitHub
- URL: https://github.com/t-h2o/webserv
- Owner: t-h2o
- Created: 2023-02-20T08:54:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T20:25:20.000Z (almost 3 years ago)
- Last Synced: 2025-10-24T03:46:32.779Z (7 months ago)
- Topics: 42, cpp, cpp98, web, webserver
- Language: C++
- Homepage: https://t-h2o.github.io/webserv
- Size: 4.29 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Web server
== Repository overview
image::docs/project_state.svg[Project overview]
In our project, we created our own unit test framework wrotten in C\++ for testing the C++ functions of our code.
To test request/response, we use a python script running into a docker image.
The python script use the https://requests.readthedocs.io/en/latest/[requests] library.
== The Linux package
Our web server is vailable on the Archlinux user repository: https://aur.archlinux.org/packages/webserv[webserv]
== Contributors
[cols="1,1,1"]
|===
| RobinBurri | 0xCAF3D0OD | t-h2o
| image:https://avatars.githubusercontent.com/u/68509729[RobinBurri, 100, link="https://github.com/RobinBurri"]
| image:https://avatars.githubusercontent.com/u/92105776[0xCAF3D0OD, 100, link="https://github.com/0xCAF3D0OD "]
| image:https://avatars.githubusercontent.com/u/90759286[t-h2o, 100, link="https://github.com/t-h2o"]
|===