Project

General

Profile

Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
net.pkg File Reference

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).
 std_netcheckcbconnection (szUrl, cbfun, iRes)
 std_netCheckConnection (szUrl, cbfun)
 Check if a server can be joined.
 std_netGetBody (szReq)
 Return the body of a received request object.
 std_netgetdomain (url, lProtocol)
 std_netGetDomain (url)
 Return the domain (or the IP address if any) in an url.
 std_netGetHeader (szReq)
 Return the header of a received request object.
 std_netGetParamsInUrl (szUrl)
 Return the params of a received GET request string.
 std_netParseRequest (szReq)
 Parse a received request.
 std_netparseurlparams (str, flag)
 std_netparseurlparams2 (szParams)

Variables

proto std_netBuildListFromParams = fun [S] [[S S] r1]

Detailed Description

Scol Standard Library - Common network API.

Author
Scol team
Version
0.1