RequestIdResolvers

Functions

Link copied to clipboard
fun fromHeader(headerName: String): (Request) -> RequestId?
Link copied to clipboard
fun fromPath(pathName: String, uriTemplate: UriTemplate = UriTemplate.from("{$pathName}")): (Request) -> RequestId?