MCPcopy Create free account
hub / github.com/HFQR/xitca-web / clone

Method clone

http/src/http.rs:207–212  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

205 B: Clone,
206{
207 fn clone(&self) -> Self {
208 Self {
209 body: self.body.clone(),
210 ext: Extension(Box::new(_Extension::clone(&*self.ext.0))),
211 }
212 }
213}
214
215// a separate extension type contain information can not be carried by http::Request. the goal is

Callers 15

encodeFunction · 0.45
decodeFunction · 0.45
decodeFunction · 0.45
path_checkMethod · 0.45
http_codegenFunction · 0.45
echo_metadataFunction · 0.45
handleFunction · 0.45
uring_builderMethod · 0.45
read_atMethod · 0.45
write_fixed_atMethod · 0.45

Calls 1

ExtensionClass · 0.70

Tested by 10

http_codegenFunction · 0.36
echo_metadataFunction · 0.36
handleFunction · 0.36
complete_ops_on_dropFunction · 0.36
test_subslice_read_caseFunction · 0.36
basic_create_dirFunction · 0.36
spawn_a_taskFunction · 0.36
stresstest_large_quotasFunction · 0.36