MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / get_query_argument

Method get_query_argument

pywebio/platform/fastapi.py:34–35  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

32 self.ioloop = ioloop
33
34 def get_query_argument(self, name) -> typing.Optional[str]:
35 return self.ws.query_params.get(name, None)
36
37 def make_session_info(self) -> dict:
38 session_info = get_session_info_from_headers(self.ws.headers)

Callers 2

get_appMethod · 0.45
request_url_parameterMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected