Module

HTTPure.Method

Package
purescript-httpure
Repository
cprussin/purescript-httpure

#Method Source

data Method

These are the HTTP methods that HTTPure understands.

Constructors

Instances

  • Eq Method

    If two Methods are the same constructor, they are equal.

  • Show Method

    Convert a constructor to a String.

#read Source

read :: Request -> Method

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