spring-framework / org.springframework.web.reactive.resource / VersionStrategy / extractVersion

extractVersion

@Nullable abstract fun extractVersion(requestPath: String): String

Extract the resource version from the request path.

Parameters

requestPath - the request path to check

Return
the version string or null if none was found