AuthMatcher.methodAndBaseUrl constructor

AuthMatcher.methodAndBaseUrl(
  1. Pattern methodPattern,
  2. String baseUrl
)

method and base url

pattern or string

method will be upper case

url will be all but queries

Implementation

factory AuthMatcher.methodAndBaseUrl(
  Pattern methodPattern,
  String baseUrl,
) = AuthMatcherMethodAndBaseUrlImpl;