A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/docs/Web/API/Request/method below:

Request: method property - Web APIs

Request: method property

Baseline Widely available

Note: This feature is available in Web Workers.

The method read-only property of the Request interface contains the request's method (GET, POST, etc.)

Value

A String indicating the method of the request.

Examples

In the following snippet, we create a new request using the Request() constructor (for an image file in the same directory as the script), then save the method of the request in a variable:

const myRequest = new Request("flowers.jpg");
const myMethod = myRequest.method; // GET
Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4