uniform-webserver: uniform text based operations to call http

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

http using text in all arguments and converting internally


[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), scotty, uniformBase (>=0.1.5), wai-middleware-static, warp [details]
License LicenseRef-GPL
Author Andrew Frank
Maintainer Andrew U. Frank <andrewufrank@gmail.com>
Category Data, Text, Uniform
Uploaded by andrewufrank at 2023-03-15T21:05:41Z
Distributions NixOS:0.1.5.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 72 total (7 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-webserver-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)