ct_containers_http (ct_containers v0.1.1)
Link to this section Summary
Link to this section Functions
Link to this function
delete(Url)
-spec delete(binary()) -> {integer(), map()}.
Link to this function
delete_plain(Url)
-spec delete_plain(binary()) -> {integer(), binary()}.
Link to this function
get(Url)
-spec get(binary()) -> {300..500, map() | [map()]}.
Link to this function
get_plain(Url)
-spec get_plain(binary()) -> {ok, binary()}.
Link to this function
post(Url, Payload)
-spec post(binary(), #{binary() => binary()}) -> {integer(), map()}.
Link to this function
post_plain(Url, Payload)
-spec post_plain(binary(), #{binary() => binary()}) -> {integer(), binary()}.
Link to this function