AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Categoría: HTTP functions
50 resultados
<httpRequest variable>.GetCookie (Función)
Recupera las cookies leídas por una llamada a HTTPSend para un dominio HTTP.
<httpRequest variable>.ManageCookie (Función)
Activa o desactiva la gestión de cookies en una solicitud HTTP ejecutada por HTTPRequest.
<httpRequest variable>.ReadCookie (Función)
Devuelve el valor de una cookie recibida tras una solicitud HTTP.
<httpRequest variable>.ReplaceCookie (Función)
Reemplaza todas las cookies almacenadas por HTTPSend para un dominio.
<httpRequest variable>.ResetCookie (Función)
Elimina todas las cookies (globales o de un dominio) almacenadas por las llamadas a HTTPRequest.
<httpRequest variable>.Send (Función)
Envía una solicitud HTTP y espera la respuesta del servidor HTTP.
<httpRequest variable>.SendAsynchronous (Función)
Envía una solicitud HTTP en modo asíncrono. Esto significa que el programa continúa ejecutándose y la respuesta es procesada por un procedimiento específico.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
<httpRequest variable>WriteCookie (Función)
Añade o modifica una cookie en una solicitud HTTP.
<httpResponse variable>.GetCookie (Función)
Recupera las cookies leídas en la variable httpResponse (que contiene el resultado de HTTPSend).
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
Cookie (Variable type)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
funciones HTTP
Lista de funciones HTTP
Funciones HTTP (sintaxis con prefijo)
Lista de funciones HTTP
HTTP constants
List of constants used by the HTTP functions.
HTTPAddFile (Función)
Añade un archivo al formulario HTTP.
HTTPAddParameter (Función)
Añade un parámetro a un formulario HTTP.
HTTPCancelForm (Función)
Cancela la declaración de un formulario HTTP y libera todos sus recursos.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
HTTPCookieGet (Function)
Retrieves the cookies read by a call:
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run:
HTTPCookieRead (Función)
Devuelve el valor de una cookie recibida tras una solicitud HTTP.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain:
HTTPCookieReset (Función)
Elimina todas las cookies (globalmente o para un dominio) almacenadas.:
HTTPCookieWrite (Función)
Añade o modifica una cookie en una solicitud HTTP.
HTTPCreateForm (Función)
Crea un formulario HTTP.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
HTTPGetResult( Función)
Recupera el resultado o la cabecera de la última ejecución de la petición HTTP.
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
httpProgress (Variable type)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
HTTPProgressBar( Función)
Muestra una barra de progreso cuando:
  • recibir la respuesta a una petición HTTP.
  • enviando un formulario HTTP (HTTPSendForm) o una consulta HTTP.
HTTPRequest (Example)
Usage example of the HTTPRequest function
HTTPRequest( Función)
Inicia una petición HTTP en un servidor.
httpRequest (Tipo de variable)
El tipo httpRequest permite definir las características avanzadas de una solicitud HTTP/HTTPS.
HTTPResetForm (Función)
Borra un formulario HTTP que está siendo editado.
httpResponse (tipo Variable)
La dirección httpResponse se utiliza para obtener las características avanzadas de la respuesta de la solicitud HTTP/HTTPS.
HTTPSend (Función)
Envía una solicitud HTTP y espera la respuesta del servidor HTTP.
HTTPSendAsynchronous (Función)
Envía una solicitud HTTP en modo asíncrono. Esto significa que el programa continúa ejecutándose y la respuesta es procesada por un procedimiento específico.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
HTTPSendForm (Example)
Usage example of the HTTPSendForm function
HTTPSendForm (Función)
Envía un formulario HTTP.
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
HTTPTimeOut (Función)
Establece el tiempo de espera para las funciones WLanguage que utilizan el protocolo HTTP (funciones HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
OpenAPIToHTTP (Función)
Construye la solicitud HTTP para llamar a la función de una API. Luego, podrá ser enviada utilizando la función HTTPSend.
Parámetros del procedimiento de respuesta del servidor HTTP
Procedimiento WLanguage ("callback") al que llama la función HTTPSend o HTTPSendAsynchronous cuando el servidor HTTP responde.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
restRequest (Tipo de variable)
El tipo restResponse permite definir todas las características avanzadas de una respuesta REST.
restResponse (tipo Variable)
El tipo restResponse permite obtener todas las características avanzadas de una respuesta REST.
RESTSend (Función)
Envía una solicitud REST y espera la respuesta del servidor.