ureq
HTTP request dispatcher
A lightweight C library for dispatching and handling HTTP requests on resource-constrained systems.
Micro C library for handling HTTP requests on low resource systems.
662 stars
18 watching
29 forks
Language: C
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
owainlewis/http-dispatch | A high-level HTTP client library with an easy-to-use API and transparent HTTPS support. | 62 |
aliuygur/gores | Utility library providing a set of pre-built HTTP response handlers for building RESTful APIs. | 104 |
joel-jeremy/deezpatch | A simple fast dispatch library designed to support the CQRS pattern in Java applications | 42 |
uriparser/uriparser | A C library for parsing and handling Uniform Resource Identifiers (URIs) in a strict RFC 3986 compliant manner. | 336 |
ngamux/middleware | Provides pre-built reusable components to manage HTTP request and response handling in a Go-based application. | 1 |
h2o/picohttpparser | A lightweight HTTP request/response parser written in C. | 1,851 |
torokmark/response_code | Provides a simple way to handle HTTP response status codes with human-readable text instead of numerical values. | 2 |
spotlightkid/mrequests | An HTTP client module with a similar API to requests, supporting various MicroPython ports and features like SSL/TLS and basic authentication. | 49 |
qyvlik/httprequest | A powerful HTTP request class similar to XMLHttpRequest, designed for Qt-based QML applications. | 26 |
elgris/zipkin-instrumentation-vue-resource | An interceptor for vue-resource that adds tracing functionality to HTTP requests. | 8 |
reactiveui/fusillade | An HTTP library designed to optimize mobile app performance by deduplicating requests, limiting network usage, and prioritizing user-initiated requests. | 310 |
3sidedcube/thunderrequest | A networking framework that simplifies HTTP and HTTPS requests with support for OAuth2 authentication | 16 |
jeremycw/httpserver.h | A single header C library for building event-driven non-blocking HTTP servers | 1,791 |
asmcos/requests | An HTTP client library that allows users to send HTTP requests with ease and flexibility | 664 |
rstudio/httpuv | A C library for building HTTP and WebSocket servers in R | 229 |