Created
July 19, 2017 10:07
-
-
Save WillieYang/d1fa8ad175ca7fe3418ce8284f1a28bf to your computer and use it in GitHub Desktop.
HTTP notation of types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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