<scheme>://<username>:<password>@<host>:<port>/<path>;<parameter>?<query>#<fragment>
;(์ธ๋ฏธ์ฝ๋ก )์ผ๋ก ๊ตฌ๋ถํ๋ฉฐ key=value ๊ฐ์ผ๋ก ์ด๋ฃจ์ด์ง
๋ง์ด ์ ํด ๋ณด์ง ๋ชปํ ํํ
์ฌ์ฉ์ ํ์ง๋ง ๋ง์ด ์ฌ์ฉํ๋ ํํ๋ ์๋ ๋ฏ ํจ
์ฐธ๊ณ : https://www.oreilly.com/library/view/restful-web-services/9780596809140/ch04.html
Comma and semicolon
Use the comma (,
) and semi-colon (;
) characters to indicate nonhierarchical portions of the URI. The semicolon convention is used to identify matrix parameters:
http://www.example.org/co-ordinates;w=39.001409,z=-84.578201
http://www.example.org/axis;x=0,y=9
These characters are valid in the path and query portions of URIs, but not all code libraries recognize the comma and semicolon as separators and may require custom coding to extract these parameters.
#
์ผ๋ก ๊ตฌ๋ถํด์ ์ฌ์ฉ%
/
.
..
#
?
;
:
$, +
@ & =
{}|\~[]`
<>"