This configuration record is a repository of the standard HTTP status codes and their descriptive phrases. While these status codes are generally sufficient for most HTTP responses, developers may wish to extend this list or modify the phrases of standard HTTP status codes.

The GetResponseStatus service from the HTTP_Services module will pull the HTTP status phrase from this record. Here is the format of SRP_HTTP_FRAMEWORK_HTTP_STATUS_CODES

AttributeNameDescription
<1>HTTP Status Codes

An @VM delimited list of HTTP status codes.

<2>HTTP Status Phrases

An @VM delimited list of HTTP status phrases.

  • No labels