dog

autodoc

package autodoc

Visibility
  1. Public
  2. All

Type Members

  1. final case class Autodoc[A] extends AutodocMarker with Product with Serializable

  2. trait AutodocMarker extends AnyRef

  3. final case class RequestDocument(path: String, method: String, body: String, headers: String) extends Product with Serializable

  4. final case class ResponseDocument(body: String, status: Int, headers: String) extends Product with Serializable

  5. trait Show[A] extends AnyRef

Value Members

  1. object Autodoc extends Serializable

  2. object RequestDocument extends Serializable

  3. object ResponseDocument extends Serializable

  4. object Show

  5. package templates

Ungrouped