The FilterResult represents the two different filtering outcomes of RouteFilters: Pass or Reject
The default implementation of an HttpService.
The actor path of the HttpService.
The logic part of the HttpService.
Rejection created by unmarshallers.
Rejection created by method filters.
Rejection created by parameter filters.
A rejection encapsulates a specific reason why a Route was not able to handle a request.
Immutable object encapsulating the context of an HttpRequestas it flows through a spray Route structure.
The RootService actor is the central entrypoint for HTTP requests entering the spray infrastructure.
The RoutingResult represents the two different options for the way Routes can act upon a request Respond or Reject
The ServiceBuilder is the central trait you should mix in to get access to sprays Route building directives.
The logic for converting HttpServletRequests to HttpRequests and HttpServletResponses to HttpResponses.
Rejection created by marshallers.
Rejection created by unmarshallers.
Rejection created by unmarshallers.