Members list
Type members
Classlikes
Attributes
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Attributes
- Graph
- Supertypes
Attributes
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Value members
Concrete methods
Attempts to create a Handler that succeeds with the provided value, capturing all exceptions on it's way.
Attempts to create a Handler that succeeds with the provided value, capturing all exceptions on it's way.
Attributes
Creates a handler which always responds with a 400 status code.
Creates a handler which always responds with a 400 status code.
Attributes
Returns a handler that dies with the specified Throwable
. This method can
be used for terminating an app because a defect has been detected in the
code. Terminating a handler leads to aborting handling of an HTTP request
and responding with 500 Internal Server Error.
Returns a handler that dies with the specified Throwable
. This method can
be used for terminating an app because a defect has been detected in the
code. Terminating a handler leads to aborting handling of an HTTP request
and responding with 500 Internal Server Error.
Attributes
Returns an app that dies with a RuntimeException
having the specified
text message. This method can be used for terminating a HTTP request
because a defect has been detected in the code.
Returns an app that dies with a RuntimeException
having the specified
text message. This method can be used for terminating a HTTP request
because a defect has been detected in the code.
Attributes
Creates a handler with HttpError.
Creates a handler with HttpError.
Attributes
Creates a handler that responds with 500 status code
Creates a handler that responds with 500 status code
Attributes
Creates a Handler that always fails
Creates a Handler that always fails
Attributes
Creates a handler that responds with 403 - Forbidden status code
Creates a handler that responds with 403 - Forbidden status code
Attributes
Creates a handler which always responds the provided data and a 200 status code
Creates a handler which always responds the provided data and a 200 status code
Attributes
Lifts an Either
into a Handler
alue.
Lifts an Either
into a Handler
alue.
Attributes
Creates a Handler from a pure function
Creates a Handler from a pure function
Attributes
Creates a Handler from an pure function from A to HExit[R,E,B]
Creates a Handler from an pure function from A to HExit[R,E,B]
Attributes
Creates a Handler from an effectful pure function
Creates a Handler from an effectful pure function
Attributes
Creates a Handler that always succeeds with a 200 status code and the provided ZStream as the body
Creates a Handler that always succeeds with a 200 status code and the provided ZStream as the body
Attributes
Creates a Handler that always succeeds with a 200 status code and the provided ZStream as the body
Creates a Handler that always succeeds with a 200 status code and the provided ZStream as the body
Attributes
Converts a ZIO to a Handler type
Converts a ZIO to a Handler type
Attributes
Attempts to retrieve files from the classpath.
Attempts to retrieve files from the classpath.
Attributes
Attempts to retrieve files from the classpath.
Attempts to retrieve files from the classpath.
Attributes
Creates a handler which always responds with the provided Html page.
Creates a handler which always responds with the provided Html page.
Attributes
Creates a pass thru Handler instance
Creates a pass thru Handler instance
Attributes
Creates a handler which always responds with a 405 status code.
Creates a handler which always responds with a 405 status code.
Attributes
Creates a handler that fails with a NotFound exception.
Creates a handler that fails with a NotFound exception.
Attributes
Creates a handler which always responds with a 200 status code.
Creates a handler which always responds with a 200 status code.
Attributes
Creates a handler which always responds with the same value.
Creates a handler which always responds with the same value.
Attributes
Converts a ZIO to a handler type
Converts a ZIO to a handler type
Attributes
Creates a handler which always responds with the same status code and empty data.
Creates a handler which always responds with the same status code and empty data.
Attributes
Creates a Handler that always returns the same response and never fails.
Creates a Handler that always returns the same response and never fails.
Attributes
Creates a handler which responds with an Html page using the built-in template.
Creates a handler which responds with an Html page using the built-in template.
Attributes
Creates a handler which always responds with the same plain text.
Creates a handler which always responds with the same plain text.
Attributes
Creates a handler that responds with a 408 status code after the provided time duration
Creates a handler that responds with a 408 status code after the provided time duration