File size: 826 Bytes
0a84888 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
description: n8n provides these methods to make it easier to perform common tasks in expressions.
contentType: reference
hide:
- toc
---
# HTTP node variables
Variables for working with HTTP node requests and responses when using pagination.
Refer to [HTTP Request](/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/index.md) for guidance on using the HTTP node, including configuring pagination.
Refer to [HTTP Request node cookbook | Pagination](/code/cookbook/http-node/pagination.md) for example pagination configurations.
/// note | HTTP node only
These variables are for use in expressions in the HTTP node. You can't use them in other nodes.
///
--8<-- "_snippets/integrations/builtin/core-nodes/http/pagination-variables.md"
|