http-protocol
There are 69 repositories under http-protocol topic.
boazsegev/facil.io
Your high performance web application C framework
CoNETProject/QTGate-Desktop-Client
A revolutionary internet infrastructure enabling a truly free Network, that offers Stability, Trust, Privacy, and Security
brewlin/net-protocol
golang模拟内核协议栈 实现链路层、网络层、传输层、应用层 用户态协议栈 ,基于虚拟网卡TUN/TAP
Balasys/zorp
Zorp GPL
huntlabs/hunt-http
http library for D, support http 1.1 / http 2.0 (http2) / websocket server and client.
farwish/PCP
PHP Concurrent Programming | PHP 并发编程
Malwareman007/CVE-2022-21907
POC for CVE-2022-21907: HTTP Protocol Stack Remote Code Execution Vulnerability.
anassajaanan/Nginx-2.0
Nginx 2.0 is a high-performance, non-blocking web server that leverages event-driven architecture. Inspired by the original Nginx, it is further optimized with cross-platform I/O multiplexing to deliver exceptional efficiency and scalability.
EddieIvan01/ntlmssp
Windows NTLMSSP library
matricali/php-http-client
Note that this is not a HTTP protocol implementation of its own. It is merely a wrapper of libcurl that implements PSR-7 HTTP message interface.
josantonius/php-curl
Make HTTP requests through PHP's cURL library.
linsmod/RpcOverHttp
.net interface definition based rpc framework over http protocol (一个.NET的rpc框架,定义的接口即约定,引用接口dll即可调用服务)
mc-cat-tty/ComputerNetworks
Appunti del corso di Protocolli e Architetture di Rete - Computer Networks' Architectures and Protocols. UniMoRe. 2023-2024.
OoLunar/HyperSharp
A C# implementation of the HTTP 1.1 protocol.
mouaammou/WEBSERVE
This project is about writing your ow HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website
VanHakobyan/JS_MainFeatures
OOP,Prototype,Object
AgusLacomi/Introduction_to_Web_Development
Course dictated by the National University of Alicante in Google Learning (Professional online courses) (1/2)
caiomcg/HTTPOverTCP
A C++ implementation of the HTTP protocol over TCP under Unix environment.
PrajjwalDatir/HTTP-Prajjwal
HTTP protocol implemented as per RFC using SOCKET programming in python
threadly/litesockets-http
Http protocol handlers for litesockets network library
Vicen-te/tamagotchi-http-protocol-and-database-system
This is an assignment done for the University and it is also my first project with Python.
eel-moun/HTTP-WebServer
This project is about writing our own HTTP server. and understanding the HTTP protocol.
IvanilsoDaSilva/iff-bsi-sistema-bancario-backend
Bem-vindo ao repositório iff-bsi-sistema-bancario-backend, um projeto desenvolvido durante minha faculdade visando proporcionar a mim e outros colegas uma experiência prática e educacional no uso de spring e outros recursos.
IvanilsoDaSilva/iff-bsi-sistema-bancario-frontend
Bem-vindo ao repositório iff-bsi-sistema-bancario-frontend, um projeto desenvolvido durante minha faculdade visando proporcionar a mim e outros colegas uma experiência prática e educacional no uso de react e outros recursos.
josephcheel/42-Webserv
This project involves creating a custom HTTP server from scratch, covering request handling, response generation, and support for various HTTP methods. The server can be tested with a real web browser, providing practical experience with the HTTP protocol.
KaiAlan/zkp-protocol
A zero knowledge proof based http protocol written in Go
Lagstill/Computer-Networking
CN-SEM 5
lazychanger/swoole-gin
Teaching warehouse
MattDEV02/Covid-19-DashBoard-ITA-DEXMA-
DEXMA entry test project.
moharamfatema/http-server-client-python
An HTTP server that supports HTTP 1.1 GET and POST requests from any HTTP client, and an HTTP client with cache, both built from scratch on TCP sockets.
Mouad-El-Asri/webserv
🚀 We've just created our own HTTP server "webserv". Which we can test using a real web browser. Our main goal was to gain a better understanding of the HTTP protocol, which is crucial for internet communication. Webserv has helped us unravel the mysteries of HTTP. Come and explore the world of HTTP with us. 🌟
samicpp/dotnet-http
A HTTP/0.9, HTTP/1.1, WebSocket, HTTP/2, and HPACK library written completely in c#, with no dependencies
san-jana/Library-Management-System
Manage your library using APIs
sm8799/HTTP-Web-Server
HTTP protocol implemented in Python language using Socket Programming
symplely/http
An simple PSR-7 Request/Response implementation, with Cookie, and Session management/middleware.