Module webdavfilez_request

WebDAV http request handler and streamer using httpc.

Copyright © 2022 Marc Worrell

Authors: Marc Worrell.

Description

WebDAV http request handler and streamer using httpc.

Function Index

basic_auth/1
ct/1
http_status/1
request/5
request_with_body/5
stream_to_fun/3

Function Details

basic_auth/1

basic_auth(X1) -> any()

ct/1

ct(Headers) -> any()

http_status/1

http_status(X1) -> any()

request/5

request(Config, Method, Url, Headers, Options) -> any()

request_with_body/5

request_with_body(Config, Method, Url, Headers, Body) -> any()

stream_to_fun/3

stream_to_fun(Config, Url, Fun) -> any()


Generated by EDoc