返回当前请求的header字典 Return the header dictionary of the current request
(self)
| 42 | pass |
| 43 | |
| 44 | def request_headers(self) -> Dict: |
| 45 | """返回当前请求的header字典 |
| 46 | Return the header dictionary of the current request""" |
| 47 | pass |
| 48 | |
| 49 | def request_url_parameter(self, name, default=None) -> str: |
| 50 | """返回当前请求的URL参数 |
no outgoing calls
no test coverage detected