harness.endpoint.types
package harness.endpoint.types
Members list
Type members
Classlikes
object BodyType
final class EndpointType[InputWithCookies, InputWithoutCookies, InputBody <: BodyType, OutputBody <: BodyType, Error]
Type parameters
- Error
-
Error type of the endpoint
- InputBody
-
Type of input which comes from request body
- InputWithCookies
-
Inputs which come from path + query + headers
- InputWithoutCookies
-
Inputs which come from path + query + headers + cookies
- OutputBody
-
Type of output which is written to response body
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