Streaming

sttp.tapir.tests.Streaming$
object Streaming

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def in_stream_out_either_json_xml_stream[S](s: Streams[S]): PublicEndpoint[BinaryStream, Unit, BinaryStream, S]
def in_stream_out_stream[S](s: Streams[S]): PublicEndpoint[BinaryStream, Unit, BinaryStream, S]
def in_stream_out_stream_with_content_length[S](s: Streams[S]): PublicEndpoint[(Long, BinaryStream), Unit, (Long, BinaryStream), S]
def in_string_stream_out_either_stream_string[S](s: Streams[S]): PublicEndpoint[(String, BinaryStream), Unit, Either[BinaryStream, String], S]
def out_custom_content_type_stream_body[S](s: Streams[S]): PublicEndpoint[(Int, BinaryStream), Unit, (String, BinaryStream), S]