Get a copy of the entire status code dataset.
Get the reason phrase for the specified status code.
When a status code has multiple records, returns the first reason phrase.
Get all reason phrases for the specified status code.
Get a copy of the record for the specified status code.
When a status code has multiple records, returns the first record.
Get a status code's record that has the specified reason phrase.
Get all records for the specified status code.
Get the reference for the specified status code.
When a status code has multiple records, returns the first reference.
Get a status code's reference that has the specified reason phrase.
Get all references for the specified status code regardless of reason phrase.
Get a list of all status codes in the dataset.
Determine if the specified status code has multiple records.
Add an alternative record for the specified status code.
Delete the specified status code's record for the specified reason phrase.
Delete the specified status code from the dataset.
Replace the specified status code's reason phrase.
Replace the specified status code's record for the specified reason phrase.
Replace the specified status code's reference associated with the specified reason phrase.
Generated using TypeDoc
HttpStatusCodeAbstractSubclass
An abstract Typescript class to facilitate the creation of a concrete class targeted to a specific HTTP API.
HttpStatusCodeAbstractSubclass
extendsIanaHttpStatusCodes
for its initial dataset that is then customizable by calling protected methods.