web.py web_header.py

"""
模块:web_header.py
帮助:Help on function header in module web.webapi:
header(hdr, value, unique=False)
    Adds the header `hdr: value` with the response.

    If `unique` is True and a header with that name already exists,
    it doesn't add a new one.
知识点:

"""
import web

help(web.header)
He published 198 original articles · won praise 58 · views 80000 +

Guess you like

Origin blog.csdn.net/weixin_42193179/article/details/104005195