Skip to content

Woody88/purescript-http-types

Repository files navigation

License CI

http-types: Generic HTTP types for Purescript

(for both client and server code)

Installation

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

Using Spago
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

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.

About

Generic HTTP types for Purescript (Haskell port)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published