Vertaling van "HttpRequest" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Sin embargo, no puede volver a obtener la expiración en el objeto HttpRequest.
However, you cannot get the expiration back in the HttpRequest object.
Para más información sobre los objetos HttpRequest, consulte la documentación de petición y respuesta.
For more on HttpRequest objects, see the request and response documentation.
El objeto HttpRequest contiene datos sobre la solicitud actual, entre los que se incluyen las cookies e información del explorador.
The HttpRequest object contains information about the current request, including cookies and browser information.
Puedes usar el atributo session en la vista desde el parámetro request (una HttpRequest que se envía como el primer argumento a la vista).
You can access the session attribute in the view from the request parameter (an HttpRequest passed in as the first argument to the view).
Después de que la función junior() obtenga la lista de equipos junior, llama a la función render(), pasándole el HttpRequest original, una plantilla HTML, y un objeto "contexto" que define la información a ser incluida en la plantilla.
After the junior() function gets the list of junior teams, it calls the render() function, passing the original HttpRequest, an HTML template, and a "context" object defining the information to be included in the template.
Cuando Django encuentra una coincidencia de expresiones regulares llama a la función de la vista especificada con un objeto HttpRequest como primer argumento y cualquiera de los valores "capturados" de la ruta como argumentos de palabra clave.
When Django finds a matching pattern, it calls the specified view function with an HttpRequest object as the first argument and any "captured" values from the route as keyword arguments.
Como se mencionó en el Tutorial 3, request es un objeto HttpRequest.
As mentioned in Tutorial 3, request is an HttpRequest object.
En sus aplicaciones ASP.NET, puede leer las cookies mediante el objeto HttpRequest, que está disponible como propiedad Request de la clase Page.
In your ASP.NET applications, you can read the cookies using the HttpRequest object, which is available as the Request property of your Page class.
La clase HttpContext contiene objetos específicos de la solicitud de aplicación actual, como los objetos HttpRequest y HttpResponse.
The HttpContext class contains objects that are specific to the current application request, such as the HttpRequest and HttpResponse objects.
Una vez creados el dominio de aplicación y una instancia del objeto HostingEnvironment, ASP.NET crea e inicializa objetos de núcleo, como HttpContext, HttpRequest y HttpResponse.
When ASP.NET creates an instance of the HttpApplication class that represents your application, instances of any modules that have been registered are created.
Una vez creados el dominio de aplicación y una instancia del objeto HostingEnvironment, ASP.NET crea e inicializa objetos de núcleo, como HttpContext, HttpRequest y HttpResponse.
After the application domain has been created and the HostingEnvironment object instantiated, ASP.NET creates and initializes core objects such as HttpContext, HttpRequest, and HttpResponse.
Por ejemplo, HTTPRequest como un contexto.
For example, HTTPRequest as a context.
El *httprequest hace ni siquiera *timeout.
The httprequest does not even timeout.