Internet functions¶
Create a cookie-based session |
|
Create a session |
|
Encode current session ID into a URL string |
|
Retreive names of all cookies placed by this server on user’s machine |
|
Retreive a cookie value |
|
Retreive the mime content type from a file received as a web parameter |
|
Save a file received as a web parameter |
|
Save the web request content |
|
Returns the HTTP method or verb |
|
Retreive names of all web page parameters |
|
Check if a session exists |
|
Retreive a web page parameter |
|
Convert a Sculptor time and date field to standard Internet value |
|
Send a request to an HTTP server (REST client functionality) |
|
Print a JSON content to stdout from a !record content |
|
Print a XML content to stdout from a !record content |
|
Retreive a cookie on the user’s machine |
|
Output a standard HTTP header line for a specified parameter |
|
Read all cookies placed by this server and store values |
|
Read all parameters sent by web page and store values |
|
Read the JSON stdin content into a !record |
|
Read the XML stdin content into a !record |
|
Set the web content type |
|
Decode a string encoded by web_encode() |
|
Convert a string to a format valid as a URL parameter |
|
Redirect a request to another URL |
|
Return a standard web error to the browser |
RELATED TOPICS |