Skip to content

idris-community/idris2-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idris2-http

This is a http 1.1 client library written in idris2.

Features

Currently, the library supports the following features:

  • Reusage of keep-alive connections.
  • GZip (RFC 1952) / Zlib Deflate (RFC 1950) decompression.
  • TLS (https)
  • Incremental sending and receiving via stream

Examples

An example on how it can be used can be found in here.

Installation

The latest version of this library can be installed with pack.

Releases

No releases published

Packages

No packages published

Languages