Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- https://jcon.tistory.com/189
- https://subicura.com/2017/01/19/docker-guide-for-beginners-1.html
- https://hi-zini.tistory.com/entry/%EB%B9%84%EB%8F%99%EA%B8%B0%EC%A0%81-%EB%B0%A9%EC%8B%9D-%EC%B2%98%EB%A6%AC-%EB%B0%A9%EB%B2%95-Callback-Promise-async-await
- https://joshua1988.github.io/web-development/javascript/promise-for-beginners/
- https://siyoon210.tistory.com/130
- https://sewonzzang.tistory.com/22
- https://joshua1988.github.io/web-development/javascript/js-async-await/
- https://appmaster.io/ko/blog/rest-apiran-mueosimyeo-dareun-yuhyeonggwa-eoddeohge-dareungayo
- https://goodgid.github.io/HTTP-Communicate-Process/
- https://aws.amazon.com/ko/docker/
Archives
- Today
- Total
“Connecting the dots”
1주차 본문
반응형
목차
(1)HTTP 통신
(2)Template Literals
(3)Destucturing Assignment (구조분해할당)
(4)REST-API VS GraphQL-APL
1 HTTP
웹 서비스에서 클라이언트와 서버 간에 정보를 요청(request) 하고 응답(response)받기 위한 프로토콜을 말한다 초기에는 서버로 부터 페이지를 요청하는 GET 이라는 이름의 하나의 메소드만 있었다 서버로부터의 응답은 무조건 HTTL 문서 였다
- HTTP 는 인터넷상세어 데이터를 주고받기 위한 프로토콜이다
- 데이터는 오디오/비디오/이미지/텍스트 등 어떠한 데이터의 종류를 가리지 않는다
- HTPP 프로토콜을 이용해 전달 하고 전달 받을 수 있다
- 브라우저는 HTTP 통신을 통해서 사이트 문서를 가져오고 이를 해석해 화면에 출력
반응형
'1주차' 카테고리의 다른 글
"Git " , "Hoisting" , "Scope" (0) | 2022.11.19 |
---|---|
HTTP 통신 (0) | 2022.11.19 |
Template Literals ++ (0) | 2022.11.19 |
Destructuring Assignment ( 구조분해할당) ++ (0) | 2022.11.19 |
REST-API VS GraphQL-API (0) | 2022.11.19 |