Skip to content
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

Closed
arteta22000 opened this issue Sep 14, 2016 · 4 comments
Closed

Add function for parse body #12

arteta22000 opened this issue Sep 14, 2016 · 4 comments

Comments

@arteta22000
Copy link

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 ?

@aondio
Copy link
Owner

aondio commented Sep 15, 2016

Hi @arteta22000, any reason why you closed this request?

@aondio aondio reopened this Sep 15, 2016
@arteta22000
Copy link
Author

Hi aondio,

manipulation error, sorry.
you think it is possible to add this feature ?

@aondio
Copy link
Owner

aondio commented Sep 20, 2016

Hi,
sorry for the late reply. I didn't have the time to check it it possible to implement such a request, I definitely agree it would be useful, but I'm still not sure if it can be done.

I'll get back to you with more info.

@aondio
Copy link
Owner

aondio commented Oct 13, 2016

Hi,
at the moment there are no plans to add this function.
If you have a patch you'd like to submit I'll gladly review it.

I'll close this request.
Thanks for your involvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants