[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Request](./puppeteer.protocol.network.request.md) > [hasPostData](./puppeteer.protocol.network.request.haspostdata.md) ## Protocol.Network.Request.hasPostData property 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. Signature: ```typescript hasPostData?: boolean; ```