Skip to content

Instantly share code, notes, and snippets.

@PascalLeMerrer
Created February 18, 2021 17:42
Show Gist options
  • Save PascalLeMerrer/59855b0fc6703bfbc8e6971d61adf21a to your computer and use it in GitHub Desktop.
Save PascalLeMerrer/59855b0fc6703bfbc8e6971d61adf21a to your computer and use it in GitHub Desktop.
Intercept Ktor request
route("/api/v1/back-office/") {
intercept(phase=ApplicationCallPipeline.Features) {
// process the call
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment