| Verification content | When the verification condition selects a custom response code, the content contains, and the content does not contain, the verification content is required. |
| Custom parameter | It is a user-defined parameter of http part, which will replace the content with `${variable}` in the script. |
| response | VARCHAR, http request return result |
Can use `${taskName.response}` to reference task output parameters in downstream tasks.
For example, if the current task1 is a http task, the downstream task can use `${task1.response}` to reference the output parameters of task1.
## Example
HTTP defines the different methods of interacting with the server, the most basic methods are GET, POST, PUT and DELETE. Here we use the http task node to demonstrate the use of POST to send a request to the system's login page to submit data.