harness.endpoint.types
package harness.endpoint.types
Members list
Type members
Classlikes
object BodyType
final class EndpointType[Path, Query, Auth, Header, InputBody <: BodyType, OutputBody <: BodyType, Error]
Type parameters
- Auth
-
Inputs which come from headers, and are used for auth
- Error
-
Error type of the endpoint
- Header
-
Inputs which come from headers
- InputBody
-
Type of input which comes from request body
- OutputBody
-
Type of output which is written to response body
- Path
-
Inputs which come from path
- Query
-
Inputs which come from query params
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object EndpointType
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EndpointType.type
In this article