Fetch

object Fetch
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply(method: HttpMethod, url: ToRequestUrl, headers: UndefOr[Map[String, String]], body: ToRequestBody): FetchEventStreamBuilder
@inline
def delete(url: ToRequestUrl, headers: UndefOr[Map[String, String]]): FetchEventStreamBuilder
@inline
def get(url: ToRequestUrl, headers: UndefOr[Map[String, String]]): FetchEventStreamBuilder
@inline
def head(url: ToRequestUrl, headers: UndefOr[Map[String, String]]): FetchEventStreamBuilder
@inline
def options(url: ToRequestUrl, headers: UndefOr[Map[String, String]]): FetchEventStreamBuilder
@inline
def patch(url: ToRequestUrl, body: ToRequestBody, headers: UndefOr[Map[String, String]]): FetchEventStreamBuilder
@inline
def post(url: ToRequestUrl, body: ToRequestBody, headers: UndefOr[Map[String, String]]): FetchEventStreamBuilder
@inline
def put(url: ToRequestUrl, body: ToRequestBody, headers: UndefOr[Map[String, String]]): FetchEventStreamBuilder
@inline
def query(url: ToRequestUrl, headers: UndefOr[Map[String, String]]): FetchEventStreamBuilder