diff --git "a/11-3. HTTP \355\224\204\353\241\234\355\206\240\354\275\234.md" "b/11-2,3. HTTP \355\224\204\353\241\234\355\206\240\354\275\234.md" similarity index 86% rename from "11-3. HTTP \355\224\204\353\241\234\355\206\240\354\275\234.md" rename to "11-2,3. HTTP \355\224\204\353\241\234\355\206\240\354\275\234.md" index 1990140..c133661 100644 --- "a/11-3. HTTP \355\224\204\353\241\234\355\206\240\354\275\234.md" +++ "b/11-2,3. HTTP \355\224\204\353\241\234\355\206\240\354\275\234.md" @@ -1,3 +1,11 @@ +## URI(Uniform Resource Identifier) + +- 인터넷 상에서 특정 자원(파일)을 나타내는 유일한 주소 +### sheme://host[:port][/path][?query] +eg. +- ftp://ip-address:port-number/file-name +- http://domain-name(ip-address):port-number/path/file-name + ## HTTP 응답 프로토콜 ### 구조 image