-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation