We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
可在对应的hook中,将需要写入的header数据写入全局缓存数据user_header中,打开页面前会获取user_header数据写入,例如
from flybirds.core.global_context import GlobalContext def before_all_extend(context): GlobalContext.set_global_cache("user_header", {'flytest': 'My Custom User Agent'})
The text was updated successfully, but these errors were encountered:
feat: #204 web端支持写入自定义header数据
9798b91
Merge pull request #205 from ctripcorp/204-web支持写入自定义header
5e76273
Successfully merging a pull request may close this issue.
可在对应的hook中,将需要写入的header数据写入全局缓存数据user_header中,打开页面前会获取user_header数据写入,例如
The text was updated successfully, but these errors were encountered: