MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / request_url_parameter

Method request_url_parameter

pywebio/platform/adaptor/http.py:49–52  ·  view source on GitHub ↗

返回当前请求的URL参数 Returns the value of the given URL parameter of the current request

(self, name, default=None)

Source from the content-addressed store, hash-verified

47 pass
48
49 def request_url_parameter(self, name, default=None) -> str:
50 """返回当前请求的URL参数
51 Returns the value of the given URL parameter of the current request"""
52 pass
53
54 def request_body(self) -> bytes:
55 """返回当前请求的body数据

Callers 3

get_cdnMethod · 0.45
get_appMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected