toggle menu
kord-extensions
2.3.6-SNAPSHOT
jvm
switch theme
search in API
web-backend
/
dev.kordex.modules.web.core.backend.server
Package-level
declarations
Types
Functions
Properties
Types
Configured
Routes
Link copied to clipboard
data
class
ConfiguredRoutes
(
val
extensionApiBase
:
Route
,
val
pageApiBase
:
Route
)
Web
Server
Link copied to clipboard
class
WebServer
(
config
:
WebServerConfig
)
:
KordExKoinComponent
Properties
oauth
Client
Link copied to clipboard
val
oauthClient
:
HttpClient
Functions
configure
Auth
Link copied to clipboard
fun
WebServer
.
configureAuth
(
app
:
Application
)
configure
Content
Negotiation
Link copied to clipboard
fun
WebServer
.
configureContentNegotiation
(
app
:
Application
)
configure
CORS
Link copied to clipboard
fun
WebServer
.
configureCORS
(
app
:
Application
)
configure
Forwarded
Headers
Link copied to clipboard
fun
WebServer
.
configureForwardedHeaders
(
app
:
Application
)
configure
Routing
Link copied to clipboard
fun
WebServer
.
configureRouting
(
app
:
Application
,
config
:
WebServerConfig
)
:
ConfiguredRoutes
configure
Status
Pages
Link copied to clipboard
fun
WebServer
.
configureStatusPages
(
app
:
Application
)
configure
Web
Sockets
Link copied to clipboard
fun
WebServer
.
configureWebSockets
(
app
:
Application
)