| [hasPostData](./puppeteer.protocol.network.request.haspostdata.md) | boolean | True when the request has POST data. Note that postData might still be omitted when this flag is true when the data is too long. |
| [initialPriority](./puppeteer.protocol.network.request.initialpriority.md) | [ResourcePriority](./puppeteer.protocol.network.resourcepriority.md) | Priority of the resource request at the time request is sent. |
| [isLinkPreload](./puppeteer.protocol.network.request.islinkpreload.md) | boolean | Whether is loaded via link preload. |
| [mixedContentType](./puppeteer.protocol.network.request.mixedcontenttype.md) | [Security.MixedContentType](./puppeteer.protocol.security.mixedcontenttype.md) | The mixed content type of the request. |
| [postData](./puppeteer.protocol.network.request.postdata.md) | string | HTTP POST request data. |
| [postDataEntries](./puppeteer.protocol.network.request.postdataentries.md) | [PostDataEntry](./puppeteer.protocol.network.postdataentry.md)<!-- -->\[\] | Request body elements. This will be converted from base64 to binary |