Movatterモバイル変換


[0]ホーム

URL:


  1. Home
  2. Reference documentation
  3. VCL reference
  4. Variables in VCL
  5. Client request

req.method

STRING, can be read andset, but notunset.

Available inall subroutines.

HTTP method sent by the client, such as "GET" or "POST".

Requests using the HTTPPURGE method will appear in VCL as "FASTLYPURGE". All other methods are reported as received, including any unknown or unrecognized methods, provided that the request is syntactically valid HTTP.

Try it out

req.method is used in the following code examples. Examples apply VCL to real-world use cases and can be deployed as they are, or adapted for your own service. See thefull list of code examples for more inspiration.

Click RUN on a sample below to provision a Fastly service, execute the code on Fastly, and see how the function behaves.

Change request method

Change PUT, DELETE, OPTIONS and others to POST, or vice versa, to help integrate incompatible client and server apps.

Comprehensive logging

Fastly offers a myriad of different variables that you can log. See and test a large collection here.


[8]ページ先頭

©2009-2025 Movatter.jp