webapi-0.3: WAI based library for web api

LicenseBSD3
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

WebApi.Method

Contents

Description

Defines various types to represent the HTTP methods.

Synopsis

Methods

data GET Source

Type representing a GET method.

Instances

data POST Source

Type representing a POST method.

data PUT Source

Type representing a PUT method.

Instances

data DELETE Source

Type representing a DELETE method.

data HEAD Source

Type representing a HEAD method.

data PATCH Source

Type representing a PATCH method.

data TRACE Source

Type representing a TRACE method.

data OPTIONS Source

Type representing a OPTIONS method.

data CONNECT Source

Type representing a CONNECT method.

data CUSTOM m Source

Type representing a Custom method.

Instances

Internal