Module

HTTPure.Method

#Method

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

read :: Request -> Method

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

Modules