[][src]Module seed::fetch

High-level interface for web_sys HTTP requests. https://rustwasm.github.io/wasm-bindgen/examples/fetch.html See https://rustwasm.github.io/wasm-bindgen/reference/js-promises-and-rust-futures.html https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Request.html https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen_futures/ https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Response.html

Structs

Request

Request is the entry point for all fetch requests. Its methods configure the request, and and handle the response. Many of them return the original struct, and are intended to be used chained together.

Enums

Method

https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods

Functions

spawn_local