4Dランゲージ コマンド(テーマ別) Web サーバーバージョン: 21 R4 BETAWeb サーバーWeb Event : object Web Form : 4D.WebForm WEB GET BODY PART ( part : Integer ; contents : Blob, Text ; name : Text ; mimeType : Text ; fileName : Text ) WEB Get body part count : Integer WEB Get current session ID : Text WEB GET HTTP BODY ( body : Blob, Text ) WEB GET HTTP HEADER ( header : Text )WEB GET HTTP HEADER ( fieldArray : Text array ; valueArray : Text array ) WEB GET OPTION ( selector : Integer ; value : Integer, Text, Collection ) WEB Get server info ( withCache : Boolean ) : Object WEB GET STATISTICS ( pages : Text array ; hits : Integer array ; usage : Integer ) WEB GET VARIABLES ( nameArray : Text array ; valueArray : Text array ) WEB Is secured connection : Boolean WEB Is server running : Boolean WEB LEGACY CLOSE SESSION ( sessionID : Text ) WEB LEGACY GET SESSION EXPIRATION ( sessionID : Text ; expDate : Date ; expTime : Time ) WEB SEND BLOB ( BLOB : Blob ; type : Text ) WEB SEND FILE ( htmlFile : Text ) WEB SEND HTTP REDIRECT ( url : Text {; *} ) WEB SEND RAW DATA ( data : Blob {; *} ) WEB SEND TEXT ( htmlText : Text {; type : Text} ) WEB Server : 4D.WebServerWEB Server( option : Integer ) : 4D.WebServer WEB Server list : Collection WEB SET HOME PAGE ( homePage : Text ) WEB SET HTTP HEADER ( header : Text )WEB SET HTTP HEADER ( fieldArray : Text array ; valueArray : Text array ) WEB SET OPTION ( selector : Integer ; value : Integer, Text, Collection ) WEB SET ROOT FOLDER ( rootFolder : Text ) WEB START SERVER WEB STOP SERVER WEB Validate digest ( userName : Text ; password : Text ) : Boolean