Package-level declarations

Functions

Link copied to clipboard
inline fun <TState : Any> Application.minitelService(path: String, version: String, noinline initialState: () -> TState, noinline block: Route.(GatewayRequest<TState>) -> ServiceResponse<TState>)
fun <TState : Any> Application.minitelService(path: String, version: String, stateSerializer: KSerializer<TState>, initialState: () -> TState, block: Route.(GatewayRequest<TState>) -> ServiceResponse<TState>)

Définit la route d'un nouveau service Minitel.