> For the complete documentation index, see [llms.txt](https://incheol-jung.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://incheol-jung.gitbook.io/docs/study/http/rest-api.md).

# REST API

URI : Uniform Resource Identifier

통합 자원 식별자 URI는 인터넷에 있는 자원을 나타내는 유일한 주소이다.&#x20;

URL : Uniform Resource Locator

네트워크 상에서 자원이 어디 있는지를 알려주기 위한 규약

URI가 상위 개념이고 하위 개념으로 URL과 URN이 있다.&#x20;

URN : Uniform Resource Name

리

<http://naver.com/boards/123> 은 URI지만 URL은 아니다. 왜냐하면 123은 식별자이기 때문에 <http://naver.com까지는> URL로 볼수 있지만 식별자를 포함하면 URI로만 볼수 있다.&#x20;

### 참고

{% embed url="<https://hack-cracker.tistory.com/135>" %}

{% embed url="<https://bkjeon1614.tistory.com/6>" %}
