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

Method with_initial_multipart_data

src/views/request_view.rs:96–99  ·  view source on GitHub ↗
(mut self, data: Option<Vec<MultipartField>>)

Source from the content-addressed store, hash-verified

94 self
95 }
96
97 pub fn with_initial_body_content(mut self, content: Option<String>) -> Self {
98 self.initial_body_content = content;
99 self
100 }
101
102 pub fn with_initial_form_data(mut self, data: Option<HashMap<String, String>>) -> Self {

Callers 3

load_history_entryMethod · 0.80
load_collection_itemMethod · 0.80
duplicate_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected