@Nullable abstract fun extractVersion(requestPath: String): String
Extract the resource version from the request path.
requestPath - the request path to check
requestPath
Return the version string or null if none was found
null