commit | ef142c117e9fae785019006d2ba39cf9528ddab9 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Mon Oct 10 13:03:24 2022 -0400 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Oct 12 09:02:21 2022 -0400 |
tree | 00dff5039c5dbb53ae6b3451d8706b143605ce38 | |
parent | 4382df571fc9ddbbb78c6aaa4ea9aa4ab5df0124 [diff] |
scripts: net: add enumerate_http_status.py Add a script to extract HTTP status values and format them in a way that is both human readable and machine parseable. Each line of output is of the form: ``` HTTP_{key}_{upper_val} = {key}, /**< val */ ``` Signed-off-by: Christopher Friedt <cfriedt@meta.com>