File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,17 +301,19 @@ msgid ""
301301"line is terminated by a carriage return and line feed, and the bytestring is"
302302" terminated with a blank line."
303303msgstr ""
304+ "在 :class:`Headers` 对象上调用 ``bytes()`` 将返回适用于作为 HTTP 响应标头来传输的已格式化字节串。 "
305+ "每个标头附带以逗号加空格分隔的值放置在一行中。 每一行都以回车符加换行符结束,且该字节串会以一个空行作为结束。"
304306
305307#: ../../library/wsgiref.rst:222
306308msgid ""
307309"In addition to their mapping interface and formatting features, "
308310":class:`Headers` objects also have the following methods for querying and "
309311"adding multi-valued headers, and for adding headers with MIME parameters:"
310- msgstr ""
312+ msgstr "除了映射接口和格式化特性,:class:`Headers` 对象还具有下列方法用来查询和添加多值标头,以及添加具有 MIME 参数的标头: "
311313
312314#: ../../library/wsgiref.rst:229
313315msgid "Return a list of all the values for the named header."
314- msgstr ""
316+ msgstr "返回包含指定标头的所有值的列表。 "
315317
316318#: ../../library/wsgiref.rst:231
317319msgid ""
You can’t perform that action at this time.
0 commit comments