free-http-0.1.0.2: An HTTP Client based on Free Monads.

Safe HaskellNone
LanguageHaskell2010

Network.HTTP.Client.Free.Util

Description

Utilities for working with networking types

Synopsis

Documentation

setMethod :: StdMethod -> Request -> Request Source

set the method of a request, overriding the previous method.