MCPcopy Create free account
hub / github.com/bajrangCoder/setu / MultipartFormField

Class MultipartFormField

src/components/multipart_form_data_editor.rs:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 pub value_input: Entity<InputState>,
22 pub file_path: Option<PathBuf>,
23 pub enabled: bool,
24}
25
26#[derive(Debug, Clone)]
27pub struct MultipartFormField {
28 pub key: String,
29 pub value: String,
30 pub file_path: Option<PathBuf>,
31 pub enabled: bool,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected