RequestMatchingCriteria

public enum RequestMatchingCriteria : Hashable

RequestMatcher represents, different ways to find matches agains a request

  • any

    Undocumented

    Declaration

    Swift

    case any
  • Undocumented

    Declaration

    Swift

    case method(RequestBuilder.Method)
  • Path string or regex in escaped string e.g #"/posts/\d"#

    Declaration

    Swift

    case path(String)