vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
WebInterfaceSettings
index
vibe
web
web
Encapsulates settings used to customize the generated web interface.
class
WebInterfaceSettings {
string
urlPrefix
;
bool
ignoreTrailingSlash
;
WebInterfaceSettings
dup
[@property getter];
}
Members
Properties
dup
WebInterfaceSettings
dup
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ignoreTrailingSlash
bool
ignoreTrailingSlash
;
Undocumented in source.
urlPrefix
string
urlPrefix
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
web
web
classes
WebInterfaceSettings
enums
isPublic
functions
header
nestedNameStyle
redirect
registerWebInterface
status
terminateSession
trWeb
properties
errorDisplay
language
request
response
structs
SessionVar
templates
render
Encapsulates settings used to customize the generated web interface.