MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / CodeDogHttpClient

Class CodeDogHttpClient

client/util/api/dogapi.py:22–26  ·  view source on GitHub ↗

封装一层,用来添加特定的http请求头

Source from the content-addressed store, hash-verified

20
21
22class CodeDogHttpClient(HttpClient):
23 """封装一层,用来添加特定的http请求头
24 """
25 def __init__(self, server_url, rel_url, headers=None, data=None, json_data=None, proxies=None):
26 HttpClient.__init__(self, server_url, rel_url, headers, data, json_data, proxies)
27
28
29class CodeDogApiServer(object):

Callers 15

job_heart_beatMethod · 0.85
update_task_progressMethod · 0.85
get_proj_confMethod · 0.85
init_jobMethod · 0.85
send_proj_resultMethod · 0.85
get_proj_infoMethod · 0.85
create_projMethod · 0.85
get_privete_taskMethod · 0.85
get_scan_resultMethod · 0.85
get_lintscan_resultMethod · 0.85
get_latest_scm_scanMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected