Streaming

sttp.tapir.tests.Streaming
object Streaming

Attributes

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

Members list

Value members

Concrete methods

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