Copy record into type alias for better docs.

This commit is contained in:
Dillon Kearns 2020-01-03 13:29:54 -08:00
parent 5c9e8bc9b5
commit 6f59399e2c

View File

@ -414,7 +414,11 @@ get url decoder =
{-| The full details to perform a StaticHttp request.
-}
type alias RequestDetails =
HashRequest.Request
{ url : String
, method : String
, headers : List ( String, String )
, body : Maybe String
}