PublicShow sourcesesame.pl

Source create_tmp_file(+Stream, -Out, +Options) is det
Called from library(http/http_multipart_plugin) to process uploaded file from a form.
Arguments:
Stream- is the input stream. It signals EOF at the end of the part, but must not be closed.
Options- provides information about the part. Typically, this contains filename(FileName) and optionally media(Type, MediaParams).
Source ssl_verify(+SSL, +ProblemCert, +AllCerts, +FirstCert, +Error)
Currently we accept all certificates. We organise our own security using SHA1 signatures, so we do not care about the source of the data.
Source api_action(+Request, :Goal, +Format, +Message)
Perform some -modifying- goal, reporting time, triples and subject statistics.
Arguments:
Format- specifies the result format and is one of html, xml or rdf.
Message- is passed to html_write//1.