Skip to content

Commit

Permalink
ko : added note for get method with body/payload issue (#2737)
Browse files Browse the repository at this point in the history
* added note for get method with body/payload issue

* Update files/ko/web/http/methods/get/index.html

Co-authored-by: hochan Lee <hochan049@gmail.com>

* fixed payload to 페이로드

* Delete .env

Co-authored-by: hochan Lee <hochan049@gmail.com>
  • Loading branch information
jinwoo1225 and hochan222 committed Oct 15, 2021
1 parent e0c2cc1 commit 316e329
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/ko/web/http/methods/get/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<div>{{HTTPSidebar}}</div>

<p><span class="seoSummary"><strong>HTTP <code>GET</code> 메서드</strong>는 특정한 리소스를 가져오도록 요청합니다.</span> <code>GET</code> 요청은 데이터를 가져올 때만 사용해야 합니다.</p>
<div class="notecard note">
<strong>참고:</strong>

<code>GET</code> 요청에 본문이나 페이로드가 담겨있으면 명세에는 금지되어있지 않지만, 의미가 정의되지 않아 기존에 존재하는 구현체에게 요청을 거부당할수 있습니다. 이러한 이유로 <code>GET</code> 요청에는 본문이나 페이로드를 담지 않는 것이 바람직합니다.
</div>

<table class="properties">
<tbody>
Expand Down

0 comments on commit 316e329

Please sign in to comment.