Skip to content

Instantly share code, notes, and snippets.

@onliniak
Created August 27, 2020 13:32
Show Gist options
  • Select an option

  • Save onliniak/b5fd435cee6fe5a540b3e5ad3bd1fb0c to your computer and use it in GitHub Desktop.

Select an option

Save onliniak/b5fd435cee6fe5a540b3e5ad3bd1fb0c to your computer and use it in GitHub Desktop.
Parameters
POST
env.params.body["x"]
#"Note that by default (for most web servers) the body of POST requests does not end up in the HTTP logs.
#This is part security and part because POST bodies could be big binary data (e.g. someone uploading a file)."
Zegnat
GET
env.params.query["x"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment