All Projects → spaceone → httoop

spaceone / httoop

Licence: MIT License
HTTOOP - a fully object oriented HTTP protocol library written in python

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to httoop

Qtnetworkng
QtNetwork Next Generation. A coroutine based network framework for Qt/C++, with more simpler API than boost::asio.
Stars: ✭ 125 (+733.33%)
Mutual labels:  http-client, http-proxy, http-server
Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (+8506.67%)
Mutual labels:  webserver, http-proxy, http-server
Php Curl Class
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
Stars: ✭ 2,903 (+19253.33%)
Mutual labels:  restful, http-client, http-proxy
Foxy
Session-based Beast/Asio wrapper requiring C++14
Stars: ✭ 57 (+280%)
Mutual labels:  http-client, http-proxy, http-server
foxy
Session-based Beast/Asio wrapper requiring C++14
Stars: ✭ 61 (+306.67%)
Mutual labels:  http-client, http-proxy, http-server
Libhv
🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.
Stars: ✭ 3,355 (+22266.67%)
Mutual labels:  webserver, http-client, http-server
Restana
Super fast and minimalist framework for building REST micro-services.
Stars: ✭ 341 (+2173.33%)
Mutual labels:  webserver, restful, http-server
Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (+2220%)
Mutual labels:  webservice, webserver, http-server
EthernetWebServer SSL
Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client. The library supports …
Stars: ✭ 40 (+166.67%)
Mutual labels:  webserver, http-client, http-server
Wok
A cherrypy framework for multi-purpose plug-ins
Stars: ✭ 215 (+1333.33%)
Mutual labels:  webservice, webserver, restful
restana
Super fast and minimalist framework for building REST micro-services.
Stars: ✭ 380 (+2433.33%)
Mutual labels:  webserver, restful, http-server
HttpServerLite
TCP-based simple HTTP and HTTPS server, written in C#.
Stars: ✭ 44 (+193.33%)
Mutual labels:  webserver, restful, http-server
EthernetWebServer
This is simple yet complete WebServer library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and…
Stars: ✭ 118 (+686.67%)
Mutual labels:  webserver, http-client, http-server
waspy
WASP framework for Python
Stars: ✭ 43 (+186.67%)
Mutual labels:  http-client, http-server
restofus
Restofus - a cross-platform (REST) API client.
Stars: ✭ 18 (+20%)
Mutual labels:  restful, http-client
ErpNet.FP
ErpNet.FP is a light-weight cross-platform Http server facilitating printing to fiscal printers through simple JSON Api.
Stars: ✭ 75 (+400%)
Mutual labels:  protocol, http-server
http4s-good-practices
Collection of what I consider good practices in Http4s (WIP)
Stars: ✭ 74 (+393.33%)
Mutual labels:  http-client, http-server
phpkoa
PHP异步编程: 基于 PHP 实(chao)现(xi) NODEJS web框架 KOA。
Stars: ✭ 52 (+246.67%)
Mutual labels:  webserver, http-server
BCA-Phantom
A multi-platform HTTP(S) Reverse Shell Server and Client in Python 3
Stars: ✭ 80 (+433.33%)
Mutual labels:  http-client, http-server
swish
C++ HTTP requests for humans
Stars: ✭ 52 (+246.67%)
Mutual labels:  http-client, http-proxy

Build Status codecov Code Climate MIT License

httoop

An object oriented HTTP/1.1 library. (HTTP/2 will probably follow in the future).

Httoop can be used to parse, compose and work with HTTP-Request- and Response-Messages.

It is an generic library for implementing HTTP servers, clients, caches and proxies.

Httoop provides an powerful interface using the vocabularity used in RFC 7230 - 7235 and focuses on implementing HTTP "compliant" as defined in RFC 7230 Section 2.5.

"An implementation is not compliant if it fails to satisfy one or more of the MUST or REQUIRED level requirements for the protocols it implements." RFC 2616 Section 1.2

On top of the object oriented abstraction of HTTP httoop provides an easy way to support WSGI.

HTTP and extensions are defined in the following RFC's:

Extended information about hypermedia, WWW and how HTTP is meant to be used:

OAuth 2.0:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].