Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ HeaderMap
Class
HeaderMap
src/client/typing/header.rs:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
#[pyclass(subclass)]
15
#[derive(Clone)]
16
pub struct HeaderMap(pub header::HeaderMap);
17
18
#[pymethods]
19
impl HeaderMap {
Callers
15
header_map.py
File · 0.90
new
Method · 0.85
headers
Method · 0.85
new
Method · 0.85
new
Method · 0.85
test_construction_and_is_empty
Function · 0.85
test_insert_and_get
Function · 0.85
test_append_and_get_all
Function · 0.85
test_remove_and_delitem
Function · 0.85
test_setitem_and_getitem
Function · 0.85
test_len_and_keys_len
Function · 0.85
test_clear
Function · 0.85
Calls
no outgoing calls
Tested by
12
test_construction_and_is_empty
Function · 0.68
test_insert_and_get
Function · 0.68
test_append_and_get_all
Function · 0.68
test_remove_and_delitem
Function · 0.68
test_setitem_and_getitem
Function · 0.68
test_len_and_keys_len
Function · 0.68
test_clear
Function · 0.68
test_items_and_iter
Function · 0.68
test_edge_cases
Function · 0.68
test_get_with_default
Function · 0.68
test_send_headers
Function · 0.68
test_update_headers
Function · 0.68