14 lines
475 B
Markdown
14 lines
475 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Request](./puppeteer.protocol.network.request.md) > [method](./puppeteer.protocol.network.request.method.md)
|
||
|
|
||
|
## Protocol.Network.Request.method property
|
||
|
|
||
|
HTTP request method.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
method: string;
|
||
|
```
|