Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. defaultGETRequest :: URI -> Request_String

    HTTP Network.HTTP.Base

    No documentation available.

  2. defaultGETRequest_ :: BufferType a => URI -> Request a

    HTTP Network.HTTP.Base

    No documentation available.

  3. defaultNormalizeRequestOptions :: NormalizeRequestOptions ty

    HTTP Network.HTTP.Base

    No documentation available.

  4. getRequestVersion :: Request a -> Maybe String

    HTTP Network.HTTP.Base

    getRequestVersion req returns the HTTP protocol version of the request req. If Nothing, the default httpVersion can be assumed.

  5. mkRequest :: BufferType ty => RequestMethod -> URI -> Request ty

    HTTP Network.HTTP.Base

    'mkRequest method uri' constructs a well formed request for the given HTTP method and URI. It does not normalize the URI for the request _nor_ add the required Host: header. That is done either explicitly by the user or when requests are normalized prior to transmission.

  6. normalizeRequest :: NormalizeRequestOptions ty -> Request ty -> Request ty

    HTTP Network.HTTP.Base

    normalizeRequest opts req is the entry point to use to normalize your request prior to transmission (or other use.) Normalization is controlled via the NormalizeRequestOptions record.

  7. normalizeRequestURI :: Bool -> String -> Request ty -> Request ty

    HTTP Network.HTTP.Base

    Deprecated: Please use Network.HTTP.Base.normalizeRequest instead

  8. parseRequestHead :: [String] -> Result RequestData

    HTTP Network.HTTP.Base

    No documentation available.

  9. reqURIAuth :: Request ty -> URIAuth

    HTTP Network.HTTP.Base

    No documentation available.

  10. setRequestBody :: Request_String -> (String, String) -> Request_String

    HTTP Network.HTTP.Base

    No documentation available.

Page 280 of many | Previous | Next