Internet functions

create_cookie_session()

Create a cookie-based session

create_session()

Create a session

encode_session_url()

Encode current session ID into a URL string

get_cookie_names()

Retreive names of all cookies placed by this server on user’s machine

get_cookie_value()

Retreive a cookie value

get_web_content_type()

Retreive the mime content type from a file received as a web parameter

get_web_file()

Save a file received as a web parameter

get_web_content()

Save the web request content

get_web_method()

Returns the HTTP method or verb

get_web_names()

Retreive names of all web page parameters

get_web_session()

Check if a session exists

get_web_value()

Retreive a web page parameter

gmt_std_format()

Convert a Sculptor time and date field to standard Internet value

http_simple_send()

Send a request to an HTTP server (REST client functionality)

print_json()

Print a JSON content to stdout from a !record content

print_xml()

Print a XML content to stdout from a !record content

put_cookie()

Retreive a cookie on the user’s machine

put_web_header()

Output a standard HTTP header line for a specified parameter

read_cookie_values()

Read all cookies placed by this server and store values

read_web_values()

Read all parameters sent by web page and store values

read_web_json_values()

Read the JSON stdin content into a !record

read_web_xml_values()

Read the XML stdin content into a !record

web_content_type()

Set the web content type

web_decode()

Decode a string encoded by web_encode()

web_encode()

Convert a string to a format valid as a URL parameter

web_redirect()

Redirect a request to another URL

web_status()

Return a standard web error to the browser


RELATED TOPICS

Creating web pages with Sculptor

Internet function error codes

JSON and XML functions