![Netscape ENTERPRISE SERVER 6.1 Manual Download Page 88](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653088.webp)
Service Stage
88
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Examples
See Also
add-footer, append-trailer
append-trailer
Applicable in
Service
-class directives.
The
append-trailer
function sends an HTML file and appends text to the end. It
only appends text to HTML files. This is typically used for author information and
copyright text. The date the file was last modified can be inserted.
Returns
REQ_ABORTED
if a required parameter is missing, if there is extra path
information after the file name in the URL, or if the file cannot be opened for
read-only access.
Parameters
UseOutputStreamSize
optional, common to all Service-class functions
flushTimer
optional, common to all Service-class functions
ChunkedRequestBufferSize
optional, common to all Service-class functions
ChunkedRequestTimeout
optional, common to all Service-class functions
bucket
optional, common to all
obj.conf
functions
Service type=text/html method=GET fn=add-header
file="headers/header1.html"
Service type=text/html method=GET fn=add-footer
file="D:/netscape/servers/headers/header1.html"
NSIntAbsFilePath="yes"
trailer
is the text to append to HTML documents. The string
is unescaped with
util_uri_unescape
before being
sent. The text can contain HTML tags and can be up to
512 characters long after unescaping and inserting the
date.
If you use the string
:LASTMOD:
, which is replaced by
the date the file was last modified; you must also
specify a time format with
timefmt
.
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...