[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [postData](./puppeteer.httprequest.postdata.md)
## HTTPRequest.postData() method
Signature:
```typescript
postData(): string | undefined;
```
Returns:
string \| undefined
the request's post body, if any.