What is difference between Get, Post, Put and Delete?
An HTTP request is a class consisting of HTTP style requests, request lines, request methods, request URL, header fields, and body content.The most common methods that are used by a client in an HTTP request are as follows:
1) GET
Used when the client is requesting a resource on the Web server.
2) POST
Used when the client is sending information or data to the server—for example, filling out an online form (i.e.Sends a large amount of complex data to the Web Server).
3) PUT
Used when the client is sending a replacement document or uploading a new document to the Web server under the request URL.
4) DELETE
Used when the client is trying to delete a document from the Web server, identified by the request URL.
5) HEAD
Used when the client is requesting some information about a resource but not requesting the resource itself.
6) TRACE
Used when the client is asking the available proxies or intermediate servers changing the request to announce themselves.
7) OPTIONS
Used when the client wants to determine other available methods to retrieve or process a document on the Web server.
8) CONNECT
Used when the client wants to establish a transparent connection to a remote host, usually to facilitate SSL-encrypted communication (HTTPS) through an HTTP proxy.
번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|---|
231 | Develop | [vbs] CD롬 뱉는 스크립트.. | hooni | 2003.04.23 | 12670 |
230 | Develop | [c++] String Tokenizer (나중에 c 코드로 변경해서 사용할 것) | hooni | 2013.04.23 | 12693 |
229 | Develop | [c++] 기초강좌 #02(레퍼런스,메모리할당) | hooni | 2003.04.23 | 12696 |
228 | Develop | [c++] RSA Sample 4 CPP | hooni | 2013.04.23 | 12711 |
227 | Develop |
페이팔에서 돈 찾기 (Paypal withdraw)
![]() |
hooni | 2014.02.20 | 12746 |
226 | Develop | [php] 배열 관련 함수 설명 ㅎㅎ | hooni | 2003.04.23 | 12747 |
225 | Develop |
[c] 테트리스(Tetris) 게임(도스용) 소스코드
![]() |
hooni | 2003.04.23 | 12780 |
224 | Develop |
[c] 시간 관련 함수 설명과 예제..
![]() |
hooni | 2003.04.23 | 12781 |
223 | Develop |
[swift] NotificationCenter 간단 예제
![]() |
hooni | 2021.01.27 | 12783 |
222 | Develop | [c++] 기초강좌 #04(클래스) | hooni | 2003.04.23 | 12807 |
221 | Develop | [php] whois정보 조회 프로그램 | hooni | 2003.04.23 | 12834 |
220 | Develop | [unix] 유닉스 명령에 메타문자 사용 | hooni | 2014.02.19 | 12855 |