zoukankan      html  css  js  c++  java
  • HTTP 客户端发送的 头 格式

    Host localhost //发送地址
    User-Agent Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0 //使用工具
    Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 //可以接受类型
    Accept-Language zh-cn,zh;q=0.5 //可以接受语言
    Accept-Encoding gzip, deflate //可以接受文件编码
    Accept-Charset GB2312,utf-8;q=0.7,*;q=0.7 //可以接收的HTML文件编码
    Connection keep-alive //开启同时发送连接
    Referer http://localhost/cc/NEX/UpLoad/Add.aspx //请求地址
    Cookie asdocs_view=showtoc; filter_air=none; filter_flashplayer=10.3; filter_flashlite=none; userType=1; userName=admin; userId=2; filter_flex=4.5; filter_flash=none; filter_livecycle=none; filter_livecyclees=none; filter_blazeds=none; filter_coldfusion=none; filter_osmf=none; filter_flexosmf=none; packageListScrollTop=1443; classListScrollTop=131; showInheritedConstant=false; showInheritedProtectedConstant=false; showInheritedProperty=false; showInheritedProtectedProperty=false; showInheritedMethod=false; showInheritedProtectedMethod=true; showInheritedEvent=false; showInheritedcommonStyle=false; showInheritedsparkStyle=false; showInheritedhaloStyle=false; showInheritedmobileStyle=false; showInheritedSkinPart=false; showInheritedSkinState=false; showInheritedEffect=false; h_splitterPosition=498; userPurview=B5E12BE2A4354632A4D1FA8D2F7D00CF17506276C4908C671834BE6134BD5C44F7AE76057C363F89521859AD70655788C40A46A299E339B56E6A610F0F38FBD5C42E46A5EB9AB1690F628B17B0C79E2AE665A6427A97423F9B98275918DEF83148520A1D7ADC824D5E2720D5DC0CE5D61164CA26C1058199AE1D3F03C1AAEA80CCA76437 //COOKIE

  • 相关阅读:
    非循环单链表节点的操作
    链表每一个节点的数据类型该如何表示
    链表的定义、确定一个链表需要几个参数?
    typedef的用法
    连续存储数组的算法(包含数组倒置、冒泡排序……)
    跨函数使用内存案例
    malloc()动态分配内存概述
    结构体
    指针和数组
    C#基础知识之dnSpy反编译
  • 原文地址:https://www.cnblogs.com/mattins/p/2104524.html
Copyright © 2011-2022 走看看