Module

HTTPure.Method

Package
purescript-httpure
Repository
cprussin/purescript-httpure

#Method Source

data Method

These are the HTTP methods that HTTPure understands.

Constructors

Instances

#read Source

read :: Request -> Method

Take an HTTP Request and extract the Method for that request.