Search
simple_bridge
v2.3.0
Pages
Modules
Settings
View Source
sbw
(simple_bridge v2.3.0)
Link to this section
Summary
Functions
build_response(Wrapper)
cache_post_params(Wrapper)
clear_cookies(Wrapper)
clear_headers(Wrapper)
cookie(Cookie, Wrapper)
cookie(Name, Value, Wrapper)
cookie(Name, Value, Path, MinutesToLive, Wrapper)
cookies(Wrapper)
data(Data, Wrapper)
deep_param(Path, Wrapper)
deep_params(Wrapper)
deep_post_param(Path, Wrapper)
deep_post_params(Wrapper)
deep_query_param(Path, Wrapper)
deep_query_params(Wrapper)
error(Wrapper)
file(File, Wrapper)
get_peername(Wrapper)
get_response_header(Name0, Wrapper)
get_status_code(Wrapper)
header(Header, Wrapper)
header(Name, Value, Wrapper)
header_lower(Header, Wrapper)
headers(Wrapper)
headers_list(Wrapper)
headers_map(Wrapper)
host(Wrapper)
insert_into(List, PathList, Value)
new(Mod, Req)
param(Param, Wrapper)
param(Param, DefaultValue, Wrapper)
param_group(Param, Wrapper)
param_group(Param, DefaultValue, Wrapper)
params(Wrapper)
path(Wrapper)
peer_ip(Wrapper)
peer_port(Wrapper)
post_files(Wrapper)
post_param(Param, Wrapper)
post_param(Param, DefaultValue, Wrapper)
post_param_group(Param, Wrapper)
post_param_group(Param, DefaultValue, Wrapper)
post_params(Wrapper)
protocol(Wrapper)
protocol_version(Wrapper)
query_param(Param, Wrapper)
query_param(Param, DefaultValue, Wrapper)
query_param_group(Param, Wrapper)
query_param_group(Param, DefaultValue, Wrapper)
query_params(Wrapper)
recv_from_socket(Length, Timeout, Wrapper)
request_body(Wrapper)
request_method(Wrapper)
set_cookie(Name, Value, Wrapper)
set_cookie(Name, Value, Options, Wrapper)
set_cookie(Name, Value, Path, MinutesToLive, Wrapper)
set_error(Error, Wrapper)
set_header(Name0, Value, Wrapper)
set_multipart(PostParams, PostFiles, Wrapper)
set_response_data(Data, Wrapper)
set_response_file(Path, Wrapper)
set_status_code(StatusCode, Wrapper)
socket(Wrapper)
status_code(StatusCode, Wrapper)
uri(Wrapper)
Link to this section
Functions
Link to this function
build_response(Wrapper)
View Source
Link to this function
cache_post_params(Wrapper)
View Source
Link to this function
clear_cookies(Wrapper)
View Source
Link to this function
clear_headers(Wrapper)
View Source
Link to this function
cookie(Cookie, Wrapper)
View Source
Link to this function
cookie(Name, Value, Wrapper)
View Source
Link to this function
cookie(Name, Value, Path, MinutesToLive, Wrapper)
View Source
Link to this function
cookies(Wrapper)
View Source
Link to this function
data(Data, Wrapper)
View Source
Link to this function
deep_param(Path, Wrapper)
View Source
Link to this function
deep_params(Wrapper)
View Source
Link to this function
deep_post_param(Path, Wrapper)
View Source
Link to this function
deep_post_params(Wrapper)
View Source
Link to this function
deep_query_param(Path, Wrapper)
View Source
Link to this function
deep_query_params(Wrapper)
View Source
Link to this function
error(Wrapper)
View Source
Link to this function
file(File, Wrapper)
View Source
Link to this function
get_peername(Wrapper)
View Source
Link to this function
get_response_header(Name0, Wrapper)
View Source
Link to this function
get_status_code(Wrapper)
View Source
Link to this function
header(Header, Wrapper)
View Source
Link to this function
header(Name, Value, Wrapper)
View Source
Link to this function
header_lower(Header, Wrapper)
View Source
Link to this function
headers(Wrapper)
View Source
Link to this function
headers_list(Wrapper)
View Source
Link to this function
headers_map(Wrapper)
View Source
Link to this function
host(Wrapper)
View Source
Link to this function
insert_into(List, PathList, Value)
View Source
Link to this function
new(Mod, Req)
View Source
Link to this function
param(Param, Wrapper)
View Source
Link to this function
param(Param, DefaultValue, Wrapper)
View Source
Link to this function
param_group(Param, Wrapper)
View Source
Link to this function
param_group(Param, DefaultValue, Wrapper)
View Source
Link to this function
params(Wrapper)
View Source
Link to this function
path(Wrapper)
View Source
Link to this function
peer_ip(Wrapper)
View Source
Link to this function
peer_port(Wrapper)
View Source
Link to this function
post_files(Wrapper)
View Source
Link to this function
post_param(Param, Wrapper)
View Source
Link to this function
post_param(Param, DefaultValue, Wrapper)
View Source
Link to this function
post_param_group(Param, Wrapper)
View Source
Link to this function
post_param_group(Param, DefaultValue, Wrapper)
View Source
Link to this function
post_params(Wrapper)
View Source
Link to this function
protocol(Wrapper)
View Source
Link to this function
protocol_version(Wrapper)
View Source
Link to this function
query_param(Param, Wrapper)
View Source
Link to this function
query_param(Param, DefaultValue, Wrapper)
View Source
Link to this function
query_param_group(Param, Wrapper)
View Source
Link to this function
query_param_group(Param, DefaultValue, Wrapper)
View Source
Link to this function
query_params(Wrapper)
View Source
Link to this function
recv_from_socket(Length, Timeout, Wrapper)
View Source
Link to this function
request_body(Wrapper)
View Source
Link to this function
request_method(Wrapper)
View Source
Link to this function
set_cookie(Name, Value, Wrapper)
View Source
Link to this function
set_cookie(Name, Value, Options, Wrapper)
View Source
Link to this function
set_cookie(Name, Value, Path, MinutesToLive, Wrapper)
View Source
Link to this function
set_error(Error, Wrapper)
View Source
Link to this function
set_header(Name0, Value, Wrapper)
View Source
Link to this function
set_multipart(PostParams, PostFiles, Wrapper)
View Source
Link to this function
set_response_data(Data, Wrapper)
View Source
Link to this function
set_response_file(Path, Wrapper)
View Source
Link to this function
set_status_code(StatusCode, Wrapper)
View Source
Link to this function
socket(Wrapper)
View Source
Link to this function
status_code(StatusCode, Wrapper)
View Source
Link to this function
uri(Wrapper)
View Source