Service Stage
Chapter
3
Predefined SAFs and the Request Handling Process
83
Service Stage
The
Service
class of functions sends the response data to the client.
Every
Service
directive has the following optional parameters to determine
whether the function is executed. All the optional parameters must match the
current request for the function to be executed.
•
type
(optional) specifies a wildcard pattern of MIME types for which this function
will be executed. The
magnus-internal/*
MIME types are used only to select
a
Service
function to execute.
•
method
(optional) specifies a wildcard pattern of HTTP methods for which this
function will be executed. Common HTTP methods are
GET
,
HEAD
, and
POST
.
•
query
(optional) specifies a wildcard pattern of query strings for which this function
will be executed.
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...