@hackage uniform-http0.1.5.1
uniform text based operations to call http
Categories
License
LicenseRef-GPL
Maintainer
Andrew U. Frank <andrewufrank@gmail.com>
Links
Versions
- 0.1.5.1 Wed, 15 Mar 2023
Installation
Dependencies (7)
- base >=4.7 && <5
- bytestring
- http-client
- http-conduit
- network-uri
- uniform-json >=0.1.5 Show all…
Dependents (1)
@hackage/daino
a uniform method to access data on file
uniform means:
- same functions with identical semantics independent of representation
- all functions are total (or become so using Maybe or Either)