73 results for “topic:http-protocol”
Your high performance web application C framework
A revolutionary internet infrastructure enabling a truly free Network, that offers Stability, Trust, Privacy, and Security
golang模拟内核协议栈 实现链路层、网络层、传输层、应用层 用户态协议栈 ,基于虚拟网卡TUN/TAP
http library for D, support http 1.1 / http 2.0 (http2) / websocket server and client.
PHP Concurrent Programming | PHP 并发编程
No description provided.
POC for CVE-2022-21907: HTTP Protocol Stack Remote Code Execution Vulnerability.
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.
Windows NTLMSSP library
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.
.net interface definition based rpc framework over http protocol (一个.NET的rpc框架,定义的接口即约定,引用接口dll即可调用服务)
Make HTTP requests through PHP's cURL library.
Appunti del corso di Protocolli e Architetture di Rete - Computer Networks' Architectures and Protocols. UniMoRe. 2023-2024.
HTTP/HTTPS fundamentals for cybersecurity beginners. Covers URL structure, request lifecycle, methods, status codes, cURL, DevTools, and practical examples with GET/POST requests.
A C# implementation of the HTTP 1.1 protocol.
OOP,Prototype,Object
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
🚀 Transform z.ai chat to OpenAI API format with zai-proxy. Enjoy flexible responses and anonymous access using your z.ai token.
Http protocol handlers for litesockets network library
Course dictated by the National University of Alicante in Google Learning (Professional online courses) (1/2)
HTTP protocol implemented as per RFC using SOCKET programming in python
A C++ implementation of the HTTP protocol over TCP under Unix environment.
This is an assignment done for the University and it is also my first project with Python.
DEXMA entry test project.
A zero knowledge proof based http protocol written in Go
A computer networking final project that implements a Web Server, Proxy Server, and Client using Python socket programming. The system supports TCP and UDP communication, proxy caching, and multi-threading, with Quality of Service (QoS) analysis including throughput, latency, jitter, and packet loss using Wireshark
By sending bytes across a TCP socket, this project creates a functioning HTTP server in Python. Various files and images are able to be sent over the network and successfully read by the browser.
A minimal HTTP/1.1 server implementation from scratch using C++ and BSD sockets. Educational project for learning network programming.
A HTTP/0.9, HTTP/1.1, WebSocket, HTTP/2, and HPACK library written completely in c#, with no dependencies
This project is about writing our own HTTP server. and understanding the HTTP protocol.