Lenguaje 4D Comandos por tema Servidor WebVersión: 21 R3Servidor WebWeb Event : object Web Form : 4D.WebForm WEB GET BODY PART ( parte : Integer ; contenido : Blob, Text ; nombre : Text ; tipoMime : Text ; nomArchivo : Text ) WEB Get body part count : Integer WEB Get current session ID : Text WEB GET HTTP BODY ( cuerpo : Blob, Text ) [WEB GET HTTP HEADER ( encabWEB GET OPTION ( selector : Integer ; valor : Integer, Text, Collection ) WEB Get server info ( conCaché : Boolean ) : Object WEB GET STATISTICS ( paginas : Text array ; hits : Integer array ; uso : Integer ) WEB GET VARIABLES ( arrayNoms : Text array ; arrayValores : Text array ) WEB Is secured connection : Boolean WEB Is server running : Boolean WEB LEGACY CLOSE SESSION ( idSesion : Text ) WEB LEGACY GET SESSION EXPIRATION ( idSesion : Text ; fechaVenc : Date ; horaVenc : Time ) WEB SEND BLOB ( BLOB : Blob ; tipo : Text ) WEB SEND FILE ( archivohtml : Text ) WEB SEND HTTP REDIRECT ( url : Text {; *} ) WEB SEND RAW DATA ( datos : Blob {; *} ) WEB SEND TEXT ( textoHTML : Text {; tipo : Text} ) WEB Server : 4D.WebServerWEB Server( option : Integer ) : 4D.WebServer WEB Server list : Collection WEB SET HOME PAGE ( pagInicio : Text ) [WEB SET HTTP HEADER ( encabWEB SET OPTION ( selector : Integer ; valor : Integer, Text, Collection ) WEB SET ROOT FOLDER ( carpetaRaiz : Text ) WEB START SERVER WEB STOP SERVER WEB Validate digest ( nomUsuario : Text ; contraseña : Text ) : Boolean