GetRequest

io.github.cchantep.jinbe.ObjectRef.GetRequest
trait GetRequest

A GET request.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def apply(range: Option[ByteRange])(implicit m: Materializer): Source[ByteString, NotUsed]

Retrieves the contents of this object

Retrieves the contents of this object

Value parameters

range

the optional request range

import akka.stream.Materializer
import io.github.cchantep.jinbe.ObjectRef
def foo(myObject: ObjectRef)(implicit m: Materializer) =
 myObject.get()

Attributes