Views 1407 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
793 Develop [vb] 비주얼 베이직 131페이지 hooni 2003.04.23 58044
792 Develop [vb] 문자열에서 태그 제거함수 (Visual Basic) file hooni 2013.04.23 22623
791 Develop [vb] 64bit RSA 프로그램 소스 ㅋㅋ file hooni 2013.04.23 8190
790 Develop [vbs] CD롬 뱉는 스크립트.. hooni 2003.04.23 11699
789 Develop [unix] 유닉스 명령에 메타문자 사용 hooni 2014.02.19 11249
788 Develop [unix] 쉘 스크립트 예제 모음 hooni 2003.04.23 14949
787 Develop [unix] 로그파일 정리 쉘스크립트 hooni 2014.02.19 10803
786 Develop [unix] 날짜 관련 쉘 명령어 (특정일 또는 +-시간, 날짜 계산된 값) hooni 2013.04.23 14810
785 Develop [unix] Java 애플릿용 HTML 자동 생성 hooni 2014.02.19 8214
784 Develop [ubuntu] 우분투 18.04에 PHP5 설치하기 hooni 2020.11.14 945
783 Develop [switch] 시스코 카탈리스트(Cisco Catalyst) 2950 미러링 설정 hooni 2013.04.23 11388
782 Develop [switch] 시스코 스위치(catalyst 2950) telnet 설정 hooni 2013.04.23 11271
781 Develop [swift] 실행시간 측정하기 hooni 2021.09.14 677
780 Develop [swift] UIView에서 subview 찾기 hooni 2022.12.09 1776
779 Develop [swift] popToRoot 모달뷰, 네비게이션컨트롤러 한꺼번에 닫기 file hooni 2021.01.29 1386
778 Develop [swift] NotificationCenter 간단 예제 file hooni 2021.01.27 8115
Board Pagination Prev 1 2 3 4 5 6 ... 53 Next
/ 53