tests.system.http.example_http

示例 HTTP 操作符和传感器

属性

ENV_ID

DAG_ID

dag

task_post_op

task_post_op_formenc

task_get_op

task_get_op_response_filter

task_put_op

task_del_op

task_http_sensor_check

task_http_sensor_check_async

task_get_paginated

test_run

函数

get_next_page_cursor(response)

获取原始的 request.Response 对象,并检查是否存在游标。

模块内容

tests.system.http.example_http.ENV_ID[源]
tests.system.http.example_http.DAG_ID = 'example_http_operator'[源]
tests.system.http.example_http.dag[源]
tests.system.http.example_http.task_post_op[源]
tests.system.http.example_http.task_post_op_formenc[源]
tests.system.http.example_http.task_get_op[源]
tests.system.http.example_http.task_get_op_response_filter[源]
tests.system.http.example_http.task_put_op[源]
tests.system.http.example_http.task_del_op[源]
tests.system.http.example_http.task_http_sensor_check[源]
tests.system.http.example_http.task_http_sensor_check_async[源]
tests.system.http.example_http.get_next_page_cursor(response)[源]

获取原始的 request.Response 对象,并检查是否存在游标。如果存在游标,此函数将创建并返回用于调用下一页结果的参数。

tests.system.http.example_http.task_get_paginated[源]
tests.system.http.example_http.test_run[源]

这篇条目有帮助吗?