| Copyright | (c) Rodrigo Setti 2017 |
|---|---|
| License | BSD3 |
| Maintainer | rodrigosetti@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Test.Swagger.Request
Description
Exposes doHttpRequest, which executes the HTTP request and return the
response.
Documentation
doHttpRequest :: HttpRequest -> IO HttpResponse Source #
Executes the HTTP request and returns the HTTP response