diff options
| author | lishu <[email protected]> | 2019-12-05 18:17:55 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2019-12-05 18:17:55 +0800 |
| commit | dcb49ad5d9f717fdda3d0bdf6324c7332262d615 (patch) | |
| tree | 35f7ace884b2a4a2b6bd0ccda4eebdaebf1dee9d /src/http_global.map | |
| parent | bf0a31b981e86b055a15466959e0359024ee6b7a (diff) | |
增加http http_line2value函数,支持获取value内容
Diffstat (limited to 'src/http_global.map')
| -rw-r--r-- | src/http_global.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http_global.map b/src/http_global.map index 1947c3a..02f05e6 100644 --- a/src/http_global.map +++ b/src/http_global.map @@ -7,6 +7,7 @@ global: HTTP_PROT_FUNSTAT; HTTP_GETPLUGID; http_line2region; + http_line2value; http_region2proto_flag; http_proto_flag2region; http_get_method; |
