Data types for dealing with HTTP.
This package solely contains types; if you'd like to make and recieve HTTP requests and responses, try a library that uses these types, like purescript-http.
Based on https://github.com/joneshf/purescript-http, https://github.com/purescript-contrib/purescript-http-methods, https://hackage.haskell.org/package/http-types, and the RFCs.
$ bower install -S purescript-http-types
Module documentation is published on Pursuit, or available in the docs directory:
- Network.HTTP.Types.Cookie - Types related to cookies.
- Network.HTTP.Types.Exchange - Types related to the request and the response.
- Network.HTTP.Types.Header - Types related to HTTP headers.
- Network.HTTP.Types.StatusCode - Types related to status codes.
- Network.HTTP.Types.Method - Types related to HTTP methods.