Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Scol Standard Library - Common network API. More...
Functions | |
std_getshalshinurl (s, start) | |
std_netBuildListFromParams (szParams) | |
Function to convert a string parameters like a=b&c=d ... to a list key,value. The given string should be already parsed (the params only). More... | |
std_netcheckcbconnection (szUrl, cbfun, iRes) | |
std_netCheckConnection (szUrl, cbfun) | |
Check if a server can be joined. More... | |
std_netGetBody (szReq) | |
Return the body of a received request object. More... | |
std_netgetdomain (url, lProtocol) | |
std_netGetDomain (url) | |
Return the domain (or the IP address if any) in an url. More... | |
std_netGetHeader (szReq) | |
Return the header of a received request object. More... | |
std_netGetParamsInUrl (szUrl) | |
Return the params of a received GET request string. More... | |
std_netParseRequest (szReq) | |
Parse a received request. More... | |
std_netparseurlparams (str, flag) | |
std_netparseurlparams2 (szParams) | |
Variables | |
proto | std_netBuildListFromParams =fun [S] [[S S] r1] |
Scol Standard Library - Common network API.