积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(24)Python(22)PHP(2)Tornado(2)

语言

全部英语(24)

格式

全部PDF文档 PDF(22)其他文档 其他(2)
 
本次搜索耗时 0.441 秒,为您找到相关结果约 24 个.
  • 全部
  • 后端开发
  • Python
  • PHP
  • Tornado
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Tornado 6.5 Documentation

    to http.cookies.Morsel directly. See https://developer.mozilla.org/ en-US/docs/Web/HTTP/Headers/Set-Cookie for more information. expires may be a numeric timestamp as returned by time.time, a time tuple 93Tornado Documentation, Release 6.5.1 >>> h.add("Set-Cookie", "A=B") >>> h.add("Set-Cookie", "C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h.get_all()): get_all()): ... print('%s: %s' % (k,v)) ... Content-Type: text/html Set-Cookie: A=B Set-Cookie: C=D add(name: str, value: str, *, _chars_are_bytes: bool = True) → None Adds a new value for the given key
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • epub文档 Tornado 6.5 Documentation

    html#http.cookies.Morsel] directly. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie for more information. expires may be a numeric timestamp as returned by time.time [https://docs h["Content-Type"] 'text/html' >>> h.add("Set-Cookie", "A=B") >>> h.add("Set-Cookie", "C=D") >>> h["set-cookie"] 'A=B,C=D' >>> h.get_list("set-cookie") ['A=B', 'C=D'] >>> for (k,v) in sorted(h sorted(h.get_all()): ... print('%s: %s' % (k,v)) ...Content-Type: text/html Set-Cookie: A=B Set-Cookie: C=D add(name: str [https://docs.python.org/3/library/stdtypes.html#str], value: str [https://docs
    0 码力 | 437 页 | 405.14 KB | 3 月前
    3
  • pdf文档 Guzzle PHP 5.3 Documentation

    represented this way (e.g., Set-Cookie), you can pass an optional flag to the getHeader() method to retrieve the header values as an array. $values = $response->getHeader('Set-Cookie', true); foreach ($values
    0 码力 | 63 页 | 275.75 KB | 11 月前
    3
  • epub文档 Guzzle PHP 5.3 Documentation

    represented this way (e.g., Set-Cookie), you can pass an optional flag to the getHeader() method to retrieve the header values as an array. $values = $response->getHeader('Set-Cookie', true); foreach ($values
    0 码力 | 72 页 | 312.62 KB | 11 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    and port cookie-attributes introduced with RFC 2965. 注解: The various named parameters found in Set-Cookie and Set-Cookie2 headers (eg. domain and expires) are conventionally referred to as attributes. rules for Netscape and RFC 2965 cook- ies. By default, RFC 2109 cookies (ie. cookies received in a Set-Cookie header with a version cookie- attribute of 1) are treated according to the RFC 2965 rules. However Library Reference, 发布 2.7.18 RFC 2109 - HTTP State Management Mechanism Obsoleted by RFC 2965. Uses Set-Cookie with version=1. RFC 2965 - HTTP State Management Mechanism The Netscape protocol with the bugs
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    and port cookie-attributes introduced with RFC 2965. 注解: The various named parameters found in Set-Cookie and Set-Cookie2 headers (eg. domain and expires) are conventionally referred to as attributes. rules for Netscape and RFC 2965 cook- ies. By default, RFC 2109 cookies (ie. cookies received in a Set-Cookie header with a version cookie- attribute of 1) are treated according to the RFC 2965 rules. However Library Reference, 发布 2.7.18 RFC 2109 - HTTP State Management Mechanism Obsoleted by RFC 2965. Uses Set-Cookie with version=1. RFC 2965 - HTTP State Management Mechanism The Netscape protocol with the bugs
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    and port cookie-attributes introduced with RFC 2965. 注解: The various named parameters found in Set-Cookie and Set-Cookie2 headers (eg. domain and expires) are conventionally referred to as attributes. rules for Netscape and RFC 2965 cook- ies. By default, RFC 2109 cookies (ie. cookies received in a Set-Cookie header with a version cookie- attribute of 1) are treated according to the RFC 2965 rules. However Library Reference, 发布 2.7.18 RFC 2109 - HTTP State Management Mechanism Obsoleted by RFC 2965. Uses Set-Cookie with version=1. RFC 2965 - HTTP State Management Mechanism The Netscape protocol with the bugs
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 3.6.15

    CookieError Exception failing because of RFC 2109 invalidity: incorrect attributes, incorrect Set-Cookie header, etc. class http.cookies.BaseCookie([input]) This class is a dictionary-like object whose value_decode() are inverses on the range of value_decode. BaseCookie.output(attrs=None, header=’Set-Cookie:’, sep=’\r\n’) Return a string representation suitable to be sent as HTTP headers. attrs and header isReservedKey(K) Whether K is a member of the set of keys of a Morsel. Morsel.output(attrs=None, header=’Set-Cookie:’) Return a string representation of the Morsel, suitable to be sent as an HTTP header. By default
    0 码力 | 1886 页 | 8.95 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 3.6.15

    CookieError Exception failing because of RFC 2109 invalidity: incorrect attributes, incorrect Set-Cookie header, etc. class http.cookies.BaseCookie([input]) This class is a dictionary-like object whose value_decode() are inverses on the range of value_decode. BaseCookie.output(attrs=None, header=’Set-Cookie:’, sep=’\r\n’) Return a string representation suitable to be sent as HTTP headers. attrs and header isReservedKey(K) Whether K is a member of the set of keys of a Morsel. Morsel.output(attrs=None, header=’Set-Cookie:’) Return a string representation of the Morsel, suitable to be sent as an HTTP header. By default
    0 码力 | 1886 页 | 8.95 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 3.7.13

    效数据的准备,并在解析时捕获CookieError。 exception http.cookies.CookieError 出现异常的原因,可能是不符合 RFC 2109 :属性不正确、Set-Cookie 头部信息不正确等等。 class http.cookies.BaseCookie([input]) 类似字典的对象,字典键为字符串,字典值是Morsel 实例。请注意,在将键值关联时,首先会把 value_decode 的取值范围内,value_encode() 和value_decode() 应为可互逆操作。 BaseCookie.output(attrs=None, header=’Set-Cookie:’, sep=’\r\n’) 返回可作为 HTTP 标头信息发送的字符串表示。attrs 和 header 会传给每个Morsel 的output() 方 法。sep 用来将标头连接在一起,默认为 是否属于Morsel 的键。 Morsel.output(attrs=None, header=’Set-Cookie:’) 返回 morsel 的字符串形式,适用于作为 HTTP 头部信息进行发送。默认包含所有属性,除非给出 attrs 属性列表。header 默认为 "Set-Cookie:"。 Morsel.js_output(attrs=None) 返回一段可供嵌入的 JavaScript
    0 码力 | 1846 页 | 9.09 MB | 9 月前
    3
共 24 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Tornado6.5DocumentationGuzzlePHP5.3Python标准参考指南2.7183.6153.713
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩