Matches HTTP requests that have hosts matching the specified regular expression.
Used to help match the HTTP method.
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 context.
Used to help match an HTTP Request context.
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 requests to its intended Akka actor processors.
Matches HTTP requests with a method set to TRACE.
Used to help match an WebSocket Frame context.
Used to help match an WebSocket Handshake context.
Routes define the rules for dispatching requests to its intended Akka actor processors.