The following are two example URIs and their component parts
foo://username:password@example.com:8042/over/there/?name=ferret#nose
\ / |________________| |___________||__||_________| |_________| |___|
| | | | | | |
| userinfo hostname port path query fragment
| |________________________________|
scheme authority
|
| path
| ___________|____________
| | | |
urn:example:animal:ferret:nose
출처 : http://en.wikipedia.org/wiki/URI_scheme
foo://username:password@example.com:8042/over/there/?name=ferret#nose
\ / |________________| |___________||__||_________| |_________| |___|
| | | | | | |
| userinfo hostname port path query fragment
| |________________________________|
scheme authority
|
| path
| ___________|____________
| | | |
urn:example:animal:ferret:nose
출처 : http://en.wikipedia.org/wiki/URI_scheme



