Views 1403 Votes 0 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

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.


?

List of Articles
No. Category Subject Author Date Views
697 Develop [ios] 카테고리 확장 메소드를 찾지 못하는 경우 file hooni 2014.08.08 1995
696 Develop [ios] Swift 4 Dictionary 사용하기 file hooni 2018.11.29 2027
695 Develop [java] netty (비동기 이벤트 방식 네트워크 프레임워크) 사용법 #2 (client) hooni 2015.01.02 2041
694 Develop [ios] 설정에서 푸시 알림(APNS) on/off 상태 확인 hooni 2015.04.28 2044
693 Develop [android] SQLiteOpenHelper를 이용한 DBManager hooni 2017.06.14 2066
692 Develop [c#] mfc 기반의 웹서비스 서버/클라이언트 샘플과 예제 소스 secret hooni 2013.04.23 2073
691 Develop [ios] 기본 네비게이션바의 타이틀, back버튼 위치와 속성 변경 file hooni 2016.05.16 2087
690 Develop [c#] MS IE(Internet Explorer) 툴바 버튼 예제 2003/2005 두가지 버전 secret hooni 2013.04.23 2090
689 Develop [android] 안드로이드 앱 문서 샘플 - NCComix file hooni 2017.07.11 2107
688 Develop [c#] 툴바 최근 버전(IE6, IE7 두가지 버전) secret hooni 2013.04.23 2138
687 Develop [android] 버전 별 앱 알림 설정으로 이동하는 방법 file hooni 2016.11.28 2160
686 Develop [c#] BHO 한샘툴바랑 동현툴바.. secret hooni 2013.04.23 2208
685 Develop [java] netty (비동기 이벤트 방식 네트워크 프레임워크) 사용법 #1 (server) 1 hooni 2015.01.02 2212
684 Develop XML, JSON, BSON, MSGPACK 장,단점 비교 file hooni 2017.01.11 2242
683 Develop [c] 셀프 넘버(Self Number) 구하기 1 hooni 2016.09.09 2262
682 Develop [ios] iOS앱의 Xcode 빌드 과정 file hooni 2015.01.03 2278
Board Pagination Prev 1 ... 8 9 10 11 12 ... 53 Next
/ 53