Attributes
Members list
Value members
Concrete methods
Constructs a zio.http.Body from the contents of a file.
Constructs a zio.http.Body from a stream of text, using the specified character set, which defaults to the HTTP character set.
Constructs a zio.http.Body from a stream of text, using the specified character set, which defaults to the HTTP character set.
Attributes
Constructs a zio.http.Body from a chunk of bytes.
Constructs a zio.http.Body from the contents of a file.
Constructs a zio.http.Body from from form data, using multipart encoding and the specified character set, which defaults to UTF-8.
Constructs a zio.http.Body from from form data, using multipart encoding and the specified character set, which defaults to UTF-8.
Attributes
Constructs a zio.http.Body from from form data, using multipart encoding and the specified character set, which defaults to UTF-8. Utilizes a random boundary based on a UUID.
Constructs a zio.http.Body from from form data, using multipart encoding and the specified character set, which defaults to UTF-8. Utilizes a random boundary based on a UUID.
Attributes
Constructs a zio.http.Body from a stream of bytes.
Helper to create Body from String
Helper to create Body from String
Attributes
Constructs a zio.http.Body from form data using URL encoding and the default character set.
Constructs a zio.http.Body from form data using URL encoding and the default character set.