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 req:read_cached() to readme #175

Open
iDneprov opened this issue Nov 9, 2022 · 0 comments
Open

Add req:read_cached() to readme #175

iDneprov opened this issue Nov 9, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@iDneprov
Copy link

iDneprov commented Nov 9, 2022

I needed to extract the body of the query as a string without parsing json.
I expected req:request_line() to return the query body because of it's description "returns the request body". But in my case it returned "GET /tokens/1? HTTP/1.1".
Please, change description of req:request_line() and add req:read_cached() to readme.

@iDneprov iDneprov added the documentation Improvements or additions to documentation label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant