Skip to content

Instantly share code, notes, and snippets.

@WillieYang
Created July 19, 2017 10:07
Show Gist options
  • Select an option

  • Save WillieYang/d1fa8ad175ca7fe3418ce8284f1a28bf to your computer and use it in GitHub Desktop.

Select an option

Save WillieYang/d1fa8ad175ca7fe3418ce8284f1a28bf to your computer and use it in GitHub Desktop.
HTTP notation of types
Check the type of location:string
get the query location:15
location type: "[object Object]"
name:undefined
location id:ChIJ2WK8mvNzdEgRyilaQFDCp1M
// HTTP has no notation of types, everything is a string, as for req.query, it cannot pass the JavaScript Object, only string
// even as for integers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment