Skip to main content

PatchBitcode

Type Alias PatchBitcode 

Source
pub type PatchBitcode = Patch<BitcodeEncoding>;
Expand description

Pass arguments and receive responses using bitcode in the body of a PATCH request. Note: Browser support for PATCH requests without JS/WASM may be poor. Consider using a POST request if functionality without JS/WASM is required.

Aliased Typeยง

pub struct PatchBitcode(/* private fields */);