uniform-http: uniform text based operations to call http

[ data, library, text, uniform ] [ Propose Tags ]

http using text in all textual arguments and converts internally to whatever is required


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.5.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring, http-client, http-conduit, network-uri, uniform-json (>=0.1.5), uniformBase (>=0.1.5) [details]
License LicenseRef-GPL
Author Andrew Frank
Maintainer Andrew U. Frank <andrewufrank@gmail.com>
Category Data, Text, Uniform
Home page https://github.com/git@github.com:andrewufrank/u4blog.git#readme
Bug tracker https://github.com/git@github.com:andrewufrank/u4blog.git/issues
Source repo head: git clone https://github.com/git@github.com:andrewufrank/u4blog.git(uniform-http)
Uploaded by andrewufrank at 2023-03-15T21:03:42Z
Distributions NixOS:0.1.5.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 64 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-15 [all 1 reports]

Readme for uniform-http-0.1.5.1

[back to package description]

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)