Module

HTTPurple.Method

Package
purescript-httpurple
Repository
sigma-andex/purescript-httpurple

#Method Source

data Method

These are the HTTP methods that HTTPurple 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.