io

fintrospect

package fintrospect

Visibility
  1. Public
  2. All

Type Members

  1. case class ApiInfo(title: String, version: String, description: Option[String] = None) extends Product with Serializable

    Main API description details.

  2. case class ContentType(value: String) extends Product with Serializable

  3. class CorsFilter extends Filter[HttpRequest, HttpResponse, HttpRequest, HttpResponse]

    This implementation is ported from the Finagle version, in order to add support for the Request type used by Fintrospect.

    This implementation is ported from the Finagle version, in order to add support for the Request type used by Fintrospect. See:

  4. class FintrospectModule extends AnyRef

    Self-describing module builder (uses the immutable builder pattern).

  5. trait IncompletePath extends AnyRef

  6. class IncompletePath0 extends IncompletePath

  7. class IncompletePath1[A] extends IncompletePath

  8. class IncompletePath2[A, B] extends IncompletePath

  9. class IncompletePath3[A, B, C] extends IncompletePath

  10. class IncompletePath4[A, B, C, D] extends IncompletePath

  11. class IncompletePath5[A, B, C, D, E] extends IncompletePath

  12. class ResponseSpec extends AnyRef

    Defines a potential response from a route, with a possible example

  13. class RouteClient extends AnyRef

    Representation of a pre-configured client HTTP call

  14. case class RouteSpec extends Product with Serializable

    Encapsulates the specification of an HTTP endpoint, for use by either the

  15. class Routing extends Service[HttpRequest, HttpResponse]

  16. abstract class ServerRoute extends AnyRef

Value Members

  1. object ContentTypes

  2. object FintrospectModule

  3. object Headers

  4. object IncompletePath

  5. object ResponseSpec

  6. object RouteClient

  7. object RouteSpec extends Serializable

  8. object Routing

  9. package parameters

  10. package renderers

  11. package testing

  12. package util

Ungrouped