Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HFQR/xitca-web
/ insert
Method
insert
http-ws/src/codec.rs:61–63 ·
view source on GitHub ↗
(&mut self, other: u8)
Source
from the content-addressed store, hash-verified
59
60
#[inline(always)]
61
fn insert(&mut self, other: u8) {
62
self.0 |= other;
63
}
64
65
#[inline(always)]
66
const fn contains(&self, other: u8) -> bool {
Callers
15
update_header
Method · 0.45
client_request_extend
Function · 0.45
set_send_closed
Method · 0.45
set_recv_closed
Method · 0.45
try_start_continue
Method · 0.45
flag
Function · 0.45
serve
Method · 0.45
_into_response
Method · 0.45
into_response
Method · 0.45
poll_recv
Method · 0.45
trailers
Method · 0.45
forwarded_header
Function · 0.45
Calls
no outgoing calls
Tested by
12
flag
Function · 0.36
forwarded_header
Function · 0.36
basic
Function · 0.36
field_header_overflow
Function · 0.36
boundary_with_trailing_content_type_param
Function · 0.36
boundary_quoted
Function · 0.36
boundary_unquoted_whitespace
Function · 0.36
boundary_quoted_with_leading_whitespace
Function · 0.36
boundary_quoted_unclosed
Function · 0.36
consume_field_boundary_split_across_chunks
Function · 0.36
boundary_overflow
Function · 0.36
roundtrip
Function · 0.36