com.github.vonnagy.service.container

http

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseDirectives extends Directives

  2. class BaseEndpoints extends RoutedEndpoints with CIDRDirectives

  3. trait DefaultMarshallers extends MetaMarshallers with BasicMarshallers

  4. trait HttpService extends RouteConcatenation with HttpMetrics with SSLProvider

    The main Http REST service.

    The main Http REST service. It handles the Http server and also setups the registered endpoints.

  5. case class HttpStarted() extends Product with Serializable

  6. case class HttpStopped() extends Product with Serializable

  7. case class RejectionResponse(code: Int, message: String, details: String) extends Product with Serializable

    Generic response to Marshal for sending rejection information back to the client.

    Generic response to Marshal for sending rejection information back to the client.

    code

    the code for the rejection.

    message

    the message of the rejection

    details

    the details of the rejection

Value Members

  1. package directives

  2. package routing

Ungrouped