2. Global

The RSP module defined to global functions and a number of constants related to Apache HTTP processing and and logging. The functions reside under the RSP module/namespace. The constants are in the global namespace.

The Apache HTTP constants are listed in Table A.1, “Apache HTTP Method Constants” and the logging constants in Table A.2, “Apache Logging Constants”. The HTTP method constants are returned by the Apache::Request::method_number() method.

Table A.1. Apache HTTP Method Constants

Name
M_GET
M_PUT
M_POST
M_DELETE
M_CONNECT
M_OPTIONS
M_TRACE
M_PATCH
M_PROPFIND
M_PROPPATCH
M_MKCOL
M_COPY
M_MOVE
M_LOCK
M_UNLOCK
M_VERSION_CONTROL
M_CHECKOUT
M_UNCHECKOUT
M_CHECKIN
M_UPDATE
M_LABEL
M_REPORT
M_MKWORKSPACE
M_MKACTIVITY
M_BASELINE_CONTROL
M_MERGE
M_INVALID
M_METHODS


Table A.2. Apache Logging Constants

Name
APLOG_EMERG
APLOG_ALERT
APLOG_CRIT
APLOG_ERR
APLOG_WARNING
APLOG_NOTICE
APLOG_INFO
APLOG_DEBUG
APLOG_LEVELMASK
APLOG_NOERRNO
APLOG_TOCLIENT
APLOG_STARTUP


Table A.3, “RSP Global Functions” contains the complete list of RSP functions, in alphabetical order. The documentation of each method follows.

Table A.3. RSP Global Functions

TypeNameArgs
method release_date() 0
method version() 0


release_date()

release_date() returns the build/release date of the RSP module.

version()

version() returns the version of the RSP module.