Skip to content

Commit

Permalink
콘텐츠 협상 참고 링크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed Jan 24, 2024
1 parent 02eb779 commit af0d434
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ HTTP 메시지 본문이나 전송되는 데이터를 압축하는 방식입니
server:
compression:
enabled: true
min-response-size: ${압축 기준 크기} (default: 2048 (byte))
mime-types: ${압축을 지원하는 Content type} (default: text/html, text/xml, text/plain, text/css, text/javascript, application/javascript, application/json, application/xml)
min-response-size: 압축 기준 크기 (default: 2048 (byte))
mime-types: 압축을 지원하는 Content type (default: text/html, text/xml, text/plain, text/css, text/javascript, application/javascript, application/json, application/xml)

```
Expand Down Expand Up @@ -190,5 +190,7 @@ Http Response에서 `Content-Range`를 통해 응답에 대한 정보를 담는

![클라이언트 주도적 콘텐츠 협상](client-driven-nogotiation.png)

> 참고: [콘텐츠협상 - MDN](https://developer.mozilla.org/ko/docs/Web/HTTP/Content_negotiation#%EC%97%90%EC%9D%B4%EC%A0%84%ED%8A%B8_%EC%A3%BC%EB%8F%84_%ED%98%91%EC%83%81)

### Reference
> - [그림으로 배우는 Http & Network Basic](https://m.yes24.com/Goods/Detail/15894097)

0 comments on commit af0d434

Please sign in to comment.