dexador
HTTP client library
An HTTP client library for Common Lisp with features like connection pooling and automatic redirection.
A fast HTTP client for Common Lisp
379 stars
16 watching
41 forks
Language: Common Lisp
last commit: 4 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
fukamachi/fast-http | A fast and low-level HTTP request/response parser for Common Lisp. | 343 |
fukamachi/websocket-driver | Provides Common Lisp implementation of WebSocket protocol for both servers and clients. | 104 |
fukamachi/cl-dbi | Provides a uniform interface for accessing various relational databases from Common Lisp. | 208 |
kriswallsmith/buzz | A lightweight HTTP client library with support for multiple protocols and features such as batch requests and HTTP2 server push. | 1,917 |
fukamachi/woo | A fast and lightweight HTTP server written in Common Lisp on top of libev. | 1,291 |
easyhttp/easyhttp | An HTTP client library for C# providing support for common HTTP methods and features. | 985 |
fukamachi/clack | A Common Lisp web application framework that abstracts away the underlying web server | 1,058 |
haskell/http | A Haskell package providing an HTTP client and server implementation with customizable payload representation. | 179 |
benoitc/hackney | An HTTP client library for Erlang that provides a simple and efficient way to send and receive HTTP requests | 1,338 |
schlenkr/fshttp | An HTTP client library written in F# for .NET applications. | 453 |
sony/easyhttpcpp | A cross-platform HTTP client library with features like caching and pooling. | 163 |
excon/excon | An HTTP client library designed to provide simple and fast Ruby interactions with web servers | 1,162 |
cmullaparthi/ibrowse | An Erlang HTTP client library with support for various authentication methods and features. | 516 |
fukamachi/cl-cookie | A Common Lisp library for managing HTTP cookies with features such as creation, comparison, serialization, and validation of cookie attributes. | 18 |
fukamachi/quri | A Common Lisp library that implements the URI specification and provides a simple way to work with URLs. | 112 |