• flask中的request对象方法


    'accept_charsets',
    'accept_encodings',
    'accept_languages',
    'accept_mimetypes',
    'access_route',
    'application',
    'args',
    'authorization',
    'base_url',
    'blueprint',
    'cache_control',
    'charset',
    'close',
    'content_encoding',
    'content_length',
    'content_md5',
    'content_type',
    'cookies',
    'data',
    'date',
    'dict_storage_class',
    'disable_data_descriptor',
    'encoding_errors',
    'endpoint',
    'environ',
    'files',
    'form',
    'form_data_parser_class',
    'from_values',
    'full_path',
    'get_data',
    'get_json',
    'headers',
    'host',
    'host_url',
    'if_match',
    'if_modified_since',
    'if_none_match',
    'if_range',
    'if_unmodified_since',
    'input_stream',
    'is_multiprocess',
    'is_multithread',
    'is_run_once',
    'is_secure',
    'is_xhr',
    'json',
    'list_storage_class',
    'make_form_data_parser',
    'max_content_length',
    'max_form_memory_size',
    'max_forwards',
    'method',
    'mimetype',
    'mimetype_params',
    'module',
    'on_json_loading_failed',
    'parameter_storage_class',
    'path',
    'pragma',
    'query_string',
    'range',
    'referrer',
    'remote_addr',
    'remote_user',
    'routing_exception',
    'scheme',
    'script_root',
    'shallow',
    'stream',
    'trusted_hosts',
    'url',
    'url_charset',
    'url_root',
    'url_rule',
    'user_agent',
    'values',
    'view_args',
    'want_form_data_parsed'

  • 相关阅读:
    vim替换
    vim 常用快捷键 二
    vim撤销
    让你提升命令行效率的 Bash 快捷键
    快速正确的安装 Ruby, Rails 运行环境
    STL的常用算法
    Ubuntu下Postfix邮件服务器安装及基本的设置
    vim 参考手册
    指针 多维数组 数组指针 指针数组
    数学小抄
  • 原文地址:https://www.cnblogs.com/hushaojun/p/4699278.html
Copyright © 2020-2023  润新知