servant-haxl-client-0.1.0.0: automatical derivation of querying functions for servant webservices

Safe HaskellSafe
LanguageHaskell2010

Servant.Common.BaseUrl.Haxl

Synopsis

Documentation

data Scheme Source

URI scheme to use

Constructors

Http

http://

Https

https://

data BaseUrl Source

Simple data type to represent the target of HTTP requests for servant's automatically-generated clients.

Constructors

BaseUrl 

Fields

baseUrlScheme :: Scheme

URI scheme to use

baseUrlHost :: String

host (eg "haskell.org")

baseUrlPort :: Int

port (eg 80)