Network.OAuth.Http.DebugHttpClient
Description
Minimum definition of a user agent required to implement oauth service calls. This should suffice for most applications.
- data DebugClient c = DebugClient {}
- stdDebugClient :: HttpClient c => c -> DebugClient c
Documentation
data DebugClient c Source
A client that is able to debug interaction with HTTP servers.
Constructors
| DebugClient | |
Instances
| HttpClient c => HttpClient (DebugClient c) |
stdDebugClient :: HttpClient c => c -> DebugClient cSource
Creates the a instance which prints messages using putStrLn.