FabienHenon / jsonapi-http / Http.Url

Defines the Urltype to be used with http requests

Definitions


type alias Url =
{ url : String
, method : Http.Methods.Method 
}

An url is composed of a url string and a method