Description
The original status list was based on RFC 2616. Since then, RFC 9110 has superceded it.
Expected Outcome
Create a script to extract the status codes from the headings, and update the data file located at $OPAL_DIR/data/http-status-codes.txt. It'll make it easy to regenerate the document if the content gets updated.
Describe alternatives you've considered
You could copy/paste from the RFC 9110 web page, directly into the text file. However, that is a lot of manual effort. That'll work as a short-term fix, but if the web page changes, you'd need to find the differences and manually update them.
Description
The original status list was based on RFC 2616. Since then, RFC 9110 has superceded it.
Expected Outcome
Create a script to extract the status codes from the headings, and update the data file located at
$OPAL_DIR/data/http-status-codes.txt. It'll make it easy to regenerate the document if the content gets updated.Describe alternatives you've considered
You could copy/paste from the RFC 9110 web page, directly into the text file. However, that is a lot of manual effort. That'll work as a short-term fix, but if the web page changes, you'd need to find the differences and manually update them.