Module

Type.Trout.Method

Package
purescript-trout
Repository
owickstrom/purescript-trout

#Options Source

type Options = Method "OPTIONS"

#Get Source

type Get = Method "GET"

#Head Source

type Head = Method "HEAD"

#Post Source

type Post = Method "POST"

#Put Source

type Put = Method "PUT"

#Patch Source

type Patch = Method "PATCH"

#Delete Source

type Delete = Method "DELETE"

#Trace Source

type Trace = Method "TRACE"

#Connect Source

type Connect = Method "CONNECT"