dlang-requests

HTTP client library

An HTTP client library inspired by Python's requests with native D implementation and goals of simplicity, performance, and small memory footprint.

dlang http client library inspired by python-requests

GitHub

155 stars
8 watching
31 forks
Language: D
last commit: 8 months ago
Linked from 1 awesome list

ddlangdlang-requestshttp-client

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
andrewlalis/handy-httpd An HTTP server for D with support for various features and request processors. 34
dduan/just A client-side HTTP library for making web requests in Swift with human-readable results and advanced features. 1,406
fukamachi/dexador An HTTP client library for Common Lisp with features like connection pooling and automatic redirection. 379
kennethreitz/requests An HTTP client library for Python that simplifies sending and receiving HTTP requests. 279
huntlabs/grpc-dlang A D programming language implementation of the gRPC protocol using the hunt-http library. 44
asmcos/requests An HTTP client library that allows users to send HTTP requests with ease and flexibility 664
com-lihaoyi/requests-scala A Scala port of the popular Python HTTP client providing flexible and intuitive API for making HTTP requests. 731
kylebebak/requester A modern HTTP client built on top of the Requests library for creating and executing REST requests in Python. 307
rybalkinsd/kohttp A Kotlin-based HTTP client library providing a simple and expressive way to send HTTP requests in an asynchronous or synchronous manner. 479
kriswallsmith/buzz A lightweight HTTP client library with support for multiple protocols and features such as batch requests and HTTP2 server push. 1,917
earthboundkid/requests A library providing a simpler and more convenient HTTP client API for Go. 1,533
liuguangqiang/asyncokhttp An Android HTTP library that leverages OkHttp for efficient and asynchronous HTTP requests. 15
haskell/http A Haskell package providing an HTTP client and server implementation with customizable payload representation. 179
nghialv/net A Swift HTTP request wrapper providing flexible and customizable HTTP clients for various use cases. 302
jcgregorio/httplib2 An HTTP client library for Python 383