summaryrefslogtreecommitdiff
path: root/src/http_global.map
diff options
context:
space:
mode:
authorlishu <[email protected]>2019-11-26 17:40:49 +0800
committerlishu <[email protected]>2019-11-26 17:40:49 +0800
commit9126414bb62179abab4d77b7b59f792f28b9c3ce (patch)
treeffabc765542b521cbe8dca5a7fd37ba1c9c1a165 /src/http_global.map
parent7c5f60dcf969de028203b14a09a57c9f38be297e (diff)
add libhttp_parser.a
Diffstat (limited to 'src/http_global.map')
-rw-r--r--src/http_global.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http_global.map b/src/http_global.map
index ba236d6..1947c3a 100644
--- a/src/http_global.map
+++ b/src/http_global.map
@@ -12,6 +12,7 @@ global:
http_get_method;
http_url_decode;
is_absolute_uri;
+ http_host_parser;
local: *;
};