-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function for parse body #12
Comments
Hi @arteta22000, any reason why you closed this request? |
Hi aondio, manipulation error, sorry. |
Hi, I'll get back to you with more info. |
Hi, I'll close this request. |
Hi,
"rematch_req_body" is useful, but it would be practical to have a function that parses the body.
Example with old mod "libvmod-parsereq":
vcl_xxxx {
set resp.http.hoge = parsereq.param(post, "hoge");
}
//return
hoge: hogevalue
Could you add this function ?
The text was updated successfully, but these errors were encountered: