Matches HTTP requests that have hosts matching the specified regular expression.
Used to help match the "method" of the HTTP end point
Matches HTTP requests that have paths matching the specified regular expression.
Matches HTTP requests that have a query string field with the specified name.
Matches HTTP requests that have a query string matching the specified regular expression.
Concatenates 2 extractors in a case statement
Matches HTTP requests with a method set to CONNECT.
Matches HTTP requests with a method set to DELETE.
Matches HTTP requests with a method set to GET.
Matches HTTP requests with a method set to HEAD.
Matches HTTP requests with the same case-sensitive host.
Matches HTTP requests with the same host segment pattern.
Used to help match an HTTP Chunk event.
Used to help match an HTTP Request event.
Matches HTTP requests with a method set to OPTIONS.
Matches HTTP requests with a method set to POST.
Matches HTTP requests with a method set to PUT.
Matches HTTP requests with the same case-sensitive path.
Matches HTTP requests with the same path segment pattern.
Matches HTTP requests that have identical query string
Routes define the rules for dispatching events to its intended Akka handlers.
Matches HTTP requests with a method set to TRACE.
Used to help match an WebSocket Frame event.
Used to help match an WebSocket Handshake event.
Routes define the rules for dispatching requests to its intended Akka actor handlers.