Home

Awesome

License CI

<div align="center"> <h1> <code>http-types</code>: Generic HTTP types for Purescript <p align="center"> (for both client and server code) </p> </h1> </div>

Installation

This library is not yet published to pursuit.
You can install this package by adding the details below to your packages.dhall:

<summary><strong>Using Spago</strong></summary>
let additions =
      { http-types =
        { dependencies = [ "tuples", "unicode", "generics-rep" ]
        , repo = "https://github.com/Woody88/purescript-http-types.git"
        , version = "master"
        }
      }
user@user:~$ spago install http-types
</br>

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the contributing guidelines.

Changelog

Change log details can be found here

License

Licensed under the MIT license. Copyright (c) 2021 Woodson Delhia. All rights reserved.