|
Module HTTP/ClientThis module is undocumented. This is a list of its definitions. NO_FAILURE_HANDLER :: Throwable -> <Proc> () NO_RESPONSE_HANDLER :: Response -> <Proc> () acceptEncoding :: Builder -> [String] -> <Proc> Builder acceptLanguage :: Builder -> [String] -> <Proc> Builder acceptMediaType :: Builder -> [MediaType] -> <Proc> Builder asyncInvoke :: Invocation -> (Response -> <Proc> ()) -> (Throwable -> <Proc> ()) -> <Proc> Future Response build :: Builder -> String -> <Proc> Invocation buildClient :: ClientBuilder -> <Proc> Client buildDelete :: Builder -> <Proc> Invocation buildGet :: Builder -> <Proc> Invocation buildPost :: Builder -> Entity -> <Proc> Invocation buildPut :: Builder -> Entity -> <Proc> Invocation chunkedPost :: Client -> String -> File -> Integer -> <Proc,Exception> Response chunkedPostAuth :: Client -> String -> File -> Integer -> String -> <Proc,Exception> Response chunkedPut :: Client -> String -> File -> Integer -> <Proc,Exception> Response chunkedPutAuth :: Client -> String -> File -> Integer -> String -> <Proc,Exception> Response clientBuilder :: <Proc> ClientBuilder close :: Client -> <Proc> () entity :: a -> MediaType -> <Proc> Entity formEntity :: Form -> <Proc> Entity header :: Builder -> String -> String -> <Proc> Builder onReadProgress :: WebTarget -> (Long -> <Proc> ()) -> <Proc> () onWriteProgress :: WebTarget -> (Long -> <Proc> ()) -> <Proc> () path :: WebTarget -> String -> <Proc> WebTarget possibleContentLengthOf :: Response -> <Proc> Maybe Long possibleHeaderOf :: Response -> String -> <Proc> Maybe String property :: Client -> String -> a -> <Proc> Dynamic readEntity :: VecComp a => Response -> <Proc,Exception> a readEntity_ :: Response -> Class a -> <Proc,Exception> a request :: WebTarget -> <Proc> Builder statusCodeOf :: Response -> <Proc> Integer statusMessageOf :: Response -> <Proc> String syncInvoke :: Invocation -> <Proc,Exception> Response target :: Client -> String -> <Proc> WebTarget trustAllClientBuilder :: <Proc> ClientBuilder |