[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [responseForRequest](./puppeteer.httprequest.responseforrequest.md)
## HTTPRequest.responseForRequest() method
Signature:
```typescript
responseForRequest(): Partial;
```
Returns:
Partial<[ResponseForRequest](./puppeteer.responseforrequest.md)>
The `ResponseForRequest` that gets used if the interception is allowed to respond (ie, `abort()` is not called).