You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
URI (Uniform Resource Identifier)
Uniform: 리소스 식별하는 통일된 방식Resource: 자원, URI로 식별할 수 있는 모든 것Identifier: 다른 항목과 구분하는데 필요한 정보URL, URN
URL 문법
scheme://[userinfo@]host[:port][/path][?query][#fragment]https://www.google.com:443/search?q=hello&hl=kowww.google.com)scheme
userinfo
host
PORT
Path
Query
?로 시작,&로 추가 가능Fragment
https://docs.spring.io/spring-boot/docs/current/reference/html/gettingstarted.html#getting-started-introducing-spring-boot웹 브라우저 요청 흐름
HTTP 요청 메시지
HTTP 응답 메시지
HTTP 메시지 전송
All reactions