MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / items

Method items

src/client/typing/header.rs:124–128  ·  view source on GitHub ↗

Returns key-value pairs in the order they were added.

(&self)

Source from the content-addressed store, hash-verified

122
123 /// Returns key-value pairs in the order they were added.
124 fn items(&self) -> HeaderMapItemsIter {
125 HeaderMapItemsIter {
126 inner: self.0.iter().map(|(k, v)| (k.clone(), v.clone())).collect(),
127 }
128 }
129
130 /// Returns the number of headers stored in the map.
131 ///

Callers 2

test_items_and_iterFunction · 0.95
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_items_and_iterFunction · 0.76