gi-webkit2webextension-4.0.14: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.URIResponse

Contents

Description

 

Synopsis

Exported types

Methods

getContentLength

uRIResponseGetContentLength :: (HasCallStack, MonadIO m, IsURIResponse a) => a -> m Word64 Source #

No description available in the introspection data.

getHttpHeaders

uRIResponseGetHttpHeaders :: (HasCallStack, MonadIO m, IsURIResponse a) => a -> m MessageHeaders Source #

No description available in the introspection data.

getMimeType

uRIResponseGetMimeType :: (HasCallStack, MonadIO m, IsURIResponse a) => a -> m Text Source #

No description available in the introspection data.

getStatusCode

uRIResponseGetStatusCode :: (HasCallStack, MonadIO m, IsURIResponse a) => a -> m Word32 Source #

No description available in the introspection data.

getSuggestedFilename

uRIResponseGetSuggestedFilename :: (HasCallStack, MonadIO m, IsURIResponse a) => a -> m Text Source #

No description available in the introspection data.

getUri

uRIResponseGetUri :: (HasCallStack, MonadIO m, IsURIResponse a) => a -> m Text Source #

No description available in the introspection data.

Properties

contentLength

httpHeaders

mimeType

statusCode

suggestedFilename

uri