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] 앱의 로컬 js 파일에서 해당 프로젝트의 이미지 불러오기 hooni 2015.02.10 627
696 Develop [ios] 문자열로 함수 실행하기 (eval 함수처럼) hooni 2015.02.10 853
695 Develop [ios] URL 랜딩 속도(OpenURL 10초 정지되는) 이슈 hooni 2015.02.09 851
694 Develop [js] 2048 예쁘게 만들고 있는거.. ㅋㄷ secret hooni 2015.01.30 0
693 Develop [php] XE 스킨에서 특정 도메인 리다이렉션 file hooni 2015.01.28 577
692 Develop [php] XE에서 도메인 별로 광고 다르게 적용하기 file hooni 2015.01.28 616
691 Develop [maven] Mac OS에 메이븐(maven) 설치하기 file hooni 2015.01.21 1108
690 Develop [ios] iOS 앱 아이콘을 만드는 유틸 file hooni 2015.01.03 871
689 Develop [ios] Xcode의 디버그 모드에서 콜스택 file hooni 2015.01.03 1002
688 Develop [ios] binary를 C코드로 변환 file hooni 2015.01.03 1529
687 Develop [ios] APNS에 사용할 인증서 만들기 (KeyChain에 있는 인증서 Export) file hooni 2015.01.03 894
686 Develop [ios] iOS앱의 Xcode 빌드 과정 file hooni 2015.01.03 2278
685 Develop [ios] Xcode를 사용해서 Static Library 만들기 (시뮬레이터 + 디바이스) file hooni 2015.01.03 3281
684 Develop [ios] Thread Loop 내에서 UI 업데이트 방법 hooni 2015.01.03 849
683 Develop [ios] UIView 계층구조 hooni 2015.01.03 1126
682 Develop [ios] UIWebView를 이용한 로컬 HTML 파일 표시 file hooni 2015.01.02 1236
Board Pagination Prev 1 ... 8 9 10 11 12 ... 53 Next
/ 53