tests.system.http.example_http

示例 HTTP 操作符和传感器

模块内容

函数

get_next_page_cursor(response)

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

属性

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

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[源代码]

此条目是否有帮助?