bottle.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:base1k 作者: xiaq 项目源码 文件源码
def body(self):
        """ The HTTP request body as a seek-able file-like object. Depending on
            :attr:`MEMFILE_MAX`, this is either a temporary file or a
            :class:`io.BytesIO` instance. Accessing this property for the first
            time reads and replaces the ``wsgi.input`` environ variable.
            Subsequent accesses just do a `seek(0)` on the file object. """
        self._body.seek(0)
        return self._body
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号