[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Web/HTTP/Reference/Methods/PUT [Back]  [Original]

PUT - HTTP | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

PUT

HTTP PUT , .

PUT POST , PUT . PUT , . , .

HTML

In this article

PUT /new.html HTTP/1.1

PUT /new.html HTTP/1.1
Host: example.com
Content-type: text/html
Content-length: 16

<p>New File</p>

, PUT , 201 (Created) .

HTTP/1.1 201 Created
Content-Location: /new.html

, , 200 (OK) 204 (No Content) .

HTTP/1.1 204 No Content
Content-Location: /existing.html

Specification
HTTP Semantics
# PUT


Web Proxy Viewer  |  New URL  |  Original Page