You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"Class whose instances are returned upon successful connection. Not "
"instantiated directly by user."
msgstr ""
"Clase cuyas instancias sedevuelven tras una conexión exitosa. No son "
"Clase cuyas instancias seretornan tras una conexión exitosa. No son "
"instancias realizadas directamente por el usuario."
#: ../Doc/library/http.client.rst:119
Expand DownExpand Up
@@ -226,7 +226,7 @@ msgid ""
"msg` and :attr:`http.server.BaseHTTPRequestHandler.headers`). After "
"returning, the file pointer *fp* is ready to read the HTTP body."
msgstr ""
"Esta funcióndevuelve una instancia de :class:`http.client.HTTPMessage` que "
"Esta funciónretorna una instancia de :class:`http.client.HTTPMessage` que "
"contiene los campos de encabezado, pero no un *payload* (lo mismo que :attr:"
"`HTTPResponse.msg` y :attr:`http.server.BaseHTTPRequestHandler.headers` ) "
"Después de regresar, el puntero de archivo *fp* está listo para leer el "
Expand DownExpand Up
@@ -376,8 +376,8 @@ msgstr ""
"tal cual. Si es un objeto :term:`file object`, se envía el contenido del "
"archivo; Este objeto de archivo debe soportar al menos el método ``read()``. "
"Si el objeto de archivo es una instancia de :clase:`io.TextIOBase`, los "
"datosdevueltos por el método ``read()`` se codificarán como ISO-8859-1, de "
"lo contrario, los datosdevueltos por ``read()`` se envía como está. Si "
"datosretornados por el método ``read()`` se codificarán como ISO-8859-1, de "
"lo contrario, los datosretornados por ``read()`` se envía como está. Si "
"*body* es un iterable, los elementos del iterable se envían tal cual hasta "
"que se agota el iterable."
Expand DownExpand Up
@@ -459,7 +459,7 @@ msgid ""
"server. Returns an :class:`HTTPResponse` instance."
msgstr ""
"Debe llamarse después de enviar una solicitud para obtener la respuesta del "
"servidor.Devuelve una instancia de :class:`HTTPResponse`."
"servidor.Retorna una instancia de :class:`HTTPResponse`."
#: ../Doc/library/http.client.rst:316
msgid ""
Expand DownExpand Up
@@ -673,15 +673,15 @@ msgstr ""
#: ../Doc/library/http.client.rst:453
msgid "Reads and returns the response body, or up to the next *amt* bytes."
msgstr ""
"Lee ydevuelve el cuerpo de respuesta, o hasta los siguientes bytes *amt*."
"Lee yretorna el cuerpo de respuesta, o hasta los siguientes bytes *amt*."
#: ../Doc/library/http.client.rst:457
msgid ""
"Reads up to the next len(b) bytes of the response body into the buffer *b*. "
"Returns the number of bytes read."
msgstr ""
"Lee hasta los siguientes bytes ``len(b)`` del cuerpo de respuesta en el "
"búfer *b*.Devuelve el número de bytes leídos."
"búfer *b*.Retorna el número de bytes leídos."
#: ../Doc/library/http.client.rst:464
msgid ""
Expand All
@@ -690,19 +690,19 @@ msgid ""
"return all of the values joined by ', '. If 'default' is any iterable other "
"than a single string, its elements are similarly returned joined by commas."
msgstr ""
"Devuelve el valor del encabezado *name* o *default* si no hay un encabezado "
"Retorna el valor del encabezado *name* o *default* si no hay un encabezado "
"que coincida con *name*. Si hay más de un encabezado con el nombre *name*, "
"devuelva todos los valores unidos por ', '. Si es 'default' es cualquier "
"iterable que no sea una sola cadena de caracteres, sus elementos se "
"devuelven de manera similar unidos por comas."
#: ../Doc/library/http.client.rst:471
msgid "Return a list of (header, value) tuples."
msgstr "Devuelve una lista de tuplas (encabezado, valor)."
msgstr "Retorna una lista de tuplas (encabezado, valor)."
#: ../Doc/library/http.client.rst:475
msgid "Return the ``fileno`` of the underlying socket."
msgstr "Devuelve el ``fileno`` del socket implícito."
msgstr "Retorna el ``fileno`` del socket implícito."
#: ../Doc/library/http.client.rst:479
msgid ""
Expand DownExpand Up
@@ -739,7 +739,7 @@ msgstr ""
#: ../Doc/library/http.client.rst:502
msgid "Is ``True`` if the stream is closed."
msgstr "Es ``True`` si la transmisión está cerrada."
msgstr "Es ``True`` si la transmisión está cerrada."
#: ../Doc/library/http.client.rst:505
msgid "Examples"
Expand All
@@ -755,7 +755,7 @@ msgid ""
"``HEAD`` method never returns any data. ::"
msgstr ""
"Aquí hay una sesión de ejemplo que usa el método ``HEAD``. Tenga en cuenta "
"que el método ``HEAD`` nuncadevuelve ningún dato. ::"
"que el método ``HEAD`` nuncaretorna ningún dato. ::"
#: ../Doc/library/http.client.rst:547
msgid "Here is an example session that shows how to ``POST`` requests::"
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.