Skip to content

Commit

Permalink
new post
Browse files Browse the repository at this point in the history
  • Loading branch information
shyang committed Dec 28, 2023
1 parent 28afb9d commit 87d0435
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion _posts/2023-11-02-webcommon-Web Caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ last_modified_at: 2023-11-02T08:00:00-10:00:00
---

# 연결문서
- [CDN](../../webcommon/webcommon-CDN)
- [CDN](../../webcommon/webcommon-CDN)
- [HTTP Request](../../servercommon/servercommon-HTTP-Request)
- [HTTP Response](../../servercommon/servercommon-HTTP-Response)
5 changes: 3 additions & 2 deletions _posts/2023-11-29-servercommon-HTTP Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ last_modified_at: 2023-11-29T08:00:00-10:00:00
#### Transfer-Encoding 지시어

| 지시어 | 설명 |
| -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -------- |:--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| chunked | 이 지시어가 적용되면 Content-Length는 무시됨, 각 chunk의 시작 부분에 현재chunk의 길이를 16진수로 표기, \r\n 문자를 기준으로 chunk를 구분, 종료 chunk의 길이는 0 |
| compress | Lempel-Ziv-Welch 알고리즘을 사용하는 형식, 특허문제로 인해 오늘날 거의 모든 브라우저에서 사용되지 않음 |
| deflate | deflate 압축 알고리즘과 함께 zlib 구조를 사용 |
| gzip | unix gzip 프로그램의 형식 |
| gzip | unix gzip 프로그램의 형식 |

>
> HTTP/1.1 200 OK
> Content-Type: text/plain
Expand Down

0 comments on commit 87d0435

Please sign in to comment.