FabienHenon / jsonapi-http / Http.Methods

Http methods, to use with requests and urls

Definitions


type Method
    = POST
    | PUT
    | DELETE
    | GET
    | PATCH

Defines http verbs

Functions

toString : Method -> String

Transforms an http verb to a string