mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
Copy record into type alias for better docs.
This commit is contained in:
parent
5c9e8bc9b5
commit
6f59399e2c
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user