Skip to content

Latest commit

 

History

History
83 lines (42 loc) · 2.12 KB

couchbeam_httpc.md

File metadata and controls

83 lines (42 loc) · 2.12 KB

Module couchbeam_httpc

Function Index

db_request/5
db_request/6
db_resp/2
db_url/1
doc_url/2
json_body/1
make_headers/4
maybe_oauth_header/4
request/5
server_url/1Asemble the server URL for the given client.

Function Details

db_request/5

db_request(Method, Url, Headers, Body, Options) -> any()

db_request/6

db_request(Method, Url, Headers, Body, Options, Expect) -> any()

db_resp/2

db_resp(Resp, Expect) -> any()

db_url/1

db_url(Db) -> any()

doc_url/2

doc_url(Db, DocId) -> any()

json_body/1

json_body(Ref) -> any()

make_headers/4

make_headers(Method, Url, Headers, Options) -> any()

maybe_oauth_header/4

maybe_oauth_header(Method, Url, Headers, Options) -> any()

request/5

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

server_url/1


server_url(Server::{Host, Port}) -> iolist()

Asemble the server URL for the given client