http2-client-exe: A command-line http2 client.

[ bsd3, program, web ] [ Propose Tags ]

A reference command-line tool using http2-client. Please see the README on GitHub at https://github.com/lucasdicioccio/http2-client-exe#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0
Change log ChangeLog.md
Dependencies async, base (>=4.7 && <5), bytestring, data-default-class, http2, http2-client, lifted-async, lifted-base, optparse-applicative, time, tls [details]
License BSD-3-Clause
Copyright 2018 Lucas DiCioccio
Author Lucas DiCioccio
Maintainer lucas@dicioccio.fr
Category Web
Home page https://github.com/lucasdicioccio/http2-client-exe#readme
Bug tracker https://github.com/lucasdicioccio/http2-client-exe/issues
Source repo head: git clone https://github.com/lucasdicioccio/http2-client-exe
Uploaded by LucasDiCioccio at 2019-04-21T19:58:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables http2-client-exe
Downloads 1438 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2019-04-21 [all 3 reports]

Readme for http2-client-exe-0.2.0.0

[back to package description]

http2-client-exe

A reference command-line client for 'http2-client'.

Allows testing the library but can sometimes come in handy for debugging servers/load-balancer installation purposes.

See https://github.com/lucasdicioccio/http2-client for the library.

This binary is distributed as a separate package to avoid compiling command-line interface clients when un-needed.