There are 15 HTTP request methods, and according to the HTTP standard, HTTP requests can use multiple request methods. HTTP 1.0 defines three request methods: GET, POST and HEAD. HTTP 1.1 adds five new request methods: OPTIONS, PUT, DELETE, TRACE and CONNECT.
serial number | method | describe |
---|---|---|
1 | GET | Requests the specified page information and returns the entity body. |
2 | HEAD | Similar to a get request, except that there is no specific content in the returned response, which is used to obtain the header |
3 | post | Submit data to a specified resource for processing (such as submitting a form or uploading a file). The data is contained in the request body. POST requests may result in the creation of new resources and/or modification of existing resources. |
4 | PUT | Data transmitted from the client side to the server supersedes the content of the specified document. |
5 | DELETE | Requests the server to delete the specified page. |
6 | CONNECT | The HTTP/1.1 protocol is reserved for proxy servers that can pipe connections. |
7 | OPTIONS | Allows the client side to view the performance of the server. |
8 | TRACE | Echo requests received by the server are primarily used for testing or diagnostics. |
9 | PATCH | အသုံးပြုသူ အက်ဥပဒေ က သတ်မှတ်ထားသော အခြား အက်ဥပဒေ က အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား အခြား စာကြိုး ကို အခြား အွန်လိုင်း အိမ်မှုး ကို ပုံစံတူခြင်း |
10 | MOVE | လက်ခံရသူ အက်ဥပဒေ က သတ်မှတ်ထားသော စာကြိုး ကို အခြား အွန်လိုင်း အိမ်မှုး ကို ပြောင်းရွှေ့တတ် |
11 | COPY | လက်ခံရသူ အက်ဥပဒေ က သတ်မှတ်ထားသော စာကြိုး ကို အခြား အွန်လိုင်း အိမ်မှုး ကို ပုံစံတူခြင်း |
12 | Link | လက်ခံရသူ အက်ဥပဒေ က ချိတ်ဆက် ဆက်သွယ် ရန် တောင်းဆိုတတ် |
13 | UNLINK | ချိတ်ဆက် ဖြုတ်တတ် |
14 | WRAPPED | အသုံးပြုသူ ဘက် က အကောင်းပြီး တောင်းဆိုမှု များ ကို တင်ပို့ပေးတတ် |
15 | အဆိုပါ-mothed | ဝင်ရိုး ပြောင်းလဲဘဲ အသစ် နည်းလမ်းများ ထပ်ပေါင်းပို့ပေးတတ် |