Resources

sttp.tapir.files.Resources$
object Resources

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Resources.type

Members list

Value members

Concrete methods

def get[F[_]](classLoader: ClassLoader, resourcePrefix: String, options: FilesOptions[F]): MonadError[F] => StaticInput => F[Either[StaticErrorOutput, StaticOutput[InputStreamRange]]]
def head[F[_]](classLoader: ClassLoader, resourcePrefix: String, options: FilesOptions[F]): MonadError[F] => StaticInput => F[Either[StaticErrorOutput, StaticOutput[Unit]]]