Link a request type to a request and publication factory
factory
*
-
GlobalObject
(default =
None
)
The request-publication factory
name
*
-
TextLine
(default =
None
)
The name of the publication factory.
methods
-
Tokens
(default =
None
)
A list of HTTP method names. If the method is a "*", then all methods will match. Example: "GET POST"
mimetypes
-
Tokens
(default =
None
)
A list of content/mime types of the request. If the type is a "*" then all types will be matched. Example: "text/html text/xml"
priority
-
Int
(default =
None
)
A priority key used to concurrent publication factories.
* = required