Specifies that the type of the request must match the name
given. You can use an exact, alternation or regular expression match.
Typical values of request types are:
Access-Request
Accounting-Request
Status-Server
is handled differently; it's not
available as a Request-Type
check item. This type of
check item is mostly useful in Handlers for selecting special handling for
particular request types:
<Handler Request-Type=Access-Request>
# Accounting wont be handled here, only access requests
</Handler>