Configuration

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Registers a new IEndpointLoader to use to load all the routes.

Link copied to clipboard
fun endpoints(vararg endpoints: AbstractEndpoint)

Registers multiple endpoints at once

Properties

Link copied to clipboard

Represents the relative prefix used to be

Link copied to clipboard

Represents the endpoint loader used to load additional endpoints from a different location source.

Link copied to clipboard

Represents all the available endpoints that can be used to inject endpoints when configuring the NoelKtorRouting plugin.

Link copied to clipboard

When using basePrefix, this option will allow to include a trailing slash at the end of the route. It will register as both /api and /api/ if this option is true.