Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HFQR/xitca-web
/ functions
Functions
3,753 in github.com/HFQR/xitca-web
⨍
Functions
3,753
◇
Types & classes
917
↓ 3 callers
Method
insert
(&mut self, header: Header, hash: HashValue)
http/src/h2/proto/hpack/table.rs:332
↓ 3 callers
Method
into_indices
Consume the list, without dropping entries, returning just the start and end indices
tokio-uring/src/runtime/driver/op/slab_list.rs:106
↓ 3 callers
Method
into_init_with
(self, func: F)
unsafe_collection/src/uninit.rs:55
↓ 3 callers
Method
into_with_cli
(self, cli: &'c C)
postgres/src/statement.rs:348
↓ 3 callers
Method
is_ack
(&self)
http/src/h2/proto/frame/settings.rs:73
↓ 3 callers
Method
is_empty
(&self)
unsafe_collection/src/bound_queue/mod.rs:44
↓ 3 callers
Function
is_grpc_request
Returns `true` if the request carries a gRPC content-type. Matches `application/grpc` and any `application/grpc+...` / `application/grpc-...` subtype
client/src/grpc.rs:38
↓ 3 callers
Method
is_head_method
(&self)
http/src/h1/proto/context.rs:162
↓ 3 callers
Method
is_inline
(&self)
unsafe_collection/src/small_str.rs:129
↓ 3 callers
Method
is_open
(&self)
http/src/h2/proto/stream.rs:413
↓ 3 callers
Method
isolation_level
Sets the isolation level of the transaction.
postgres/src/transaction/builder.rs:60
↓ 3 callers
Method
keep_alive
keep alive start with timer for `HttpServiceConfig.tls_accept_timeout`. It would be re-used for all following timer operation. This is an optimization
http/src/service.rs:154
↓ 3 callers
Function
large_body
()
test/tests/h2_rst.rs:73
↓ 3 callers
Function
len
(name: &HeaderName, value: &HeaderValue)
http/src/h2/proto/hpack/header.rs:38
↓ 3 callers
Method
len
(&self)
http-file/src/runtime.rs:107
↓ 3 callers
Function
mark_unique
( state: &State, field: impl FnOnce(&mut SharedState) -> &mut bool, name: &'static str, )
http/src/h3/proto/dispatcher_v2.rs:450
↓ 3 callers
Function
matches_mode
(path: P, want_mode: u16)
tokio-uring/examples/test_create_dir_all.rs:198
↓ 3 callers
Method
measure_and_replace_one
(&self, mut f: F)
http-rate/src/state/in_memory.rs:24
↓ 3 callers
Method
message
The primary human-readable error message. This should be accurate but terse (typically one line).
postgres/src/error.rs:543
↓ 3 callers
Method
middleware
add middleware service to client builder. middleware is a type impl [Service] trait that take ownership of [HttpService] that can pre-process [Service
client/src/builder.rs:117
↓ 3 callers
Method
mkdir
(&self, p: &Path)
tokio-uring/src/fs/create_dir_all.rs:176
↓ 3 callers
Function
multipart_with_config
[multipart] with [Config] that used for customize behavior of [Multipart].
http-multipart/src/lib.rs:73
↓ 3 callers
Method
next2
(&mut self)
http/src/util/futures.rs:28
↓ 3 callers
Method
open
Submit a request to open a file.
tokio-uring/src/io/open.rs:19
↓ 3 callers
Method
parent
Returns a reference to the parent node for the traversal.
router/src/tree.rs:85
↓ 3 callers
Method
parse
(fields: &mut ErrorFields<'_>)
postgres/src/error.rs:431
↓ 3 callers
Method
password
Sets the password to authenticate with.
postgres/src/config.rs:100
↓ 3 callers
Method
peek_end
Peek at the end of the list (most recently pushed) This leaves the list unchanged
tokio-uring/src/runtime/driver/op/slab_list.rs:69
↓ 3 callers
Method
poll_next
(self: Pin<&mut Self>, cx: &mut Context<'_>)
http-file/src/chunk.rs:55
↓ 3 callers
Method
pop_front
(&mut self)
unsafe_collection/src/bound_queue/stack.rs:52
↓ 3 callers
Method
port
Adds a port to the configuration. Multiple ports can be specified by calling this method multiple times. There must either be no ports, in which case
postgres/src/config.rs:210
↓ 3 callers
Method
prefix_wild_child_in_segment
Returns `true` if there is a wildcard node that contains a prefix within the current route segment, i.e. before the next trailing slash
router/src/tree.rs:414
↓ 3 callers
Method
push_data
(&mut self, id: StreamId, payload: Bytes, end_stream: bool)
http/src/h2/proto/flow.rs:771
↓ 3 callers
Method
push_error
(&mut self, e: Error)
client/src/request.rs:172
↓ 3 callers
Method
query_portal
( &self, max_rows: i32, )
postgres/src/transaction/portal.rs:62
↓ 3 callers
Method
r#type
(&self)
postgres/src/column.rs:28
↓ 3 callers
Method
read_only
Sets the access mode of the transaction.
postgres/src/transaction/builder.rs:66
↓ 3 callers
Method
remaining_mut
(&self)
unsafe_collection/src/bytes/limit.rs:98
↓ 3 callers
Method
remove_child
Remove the child node at the given index, if the route parameters match.
router/src/tree.rs:715
↓ 3 callers
Method
remove_stream
(&mut self, id: StreamId, remove: TryRemove)
http/src/h2/proto/flow.rs:199
↓ 3 callers
Method
respond
(self, ctx: WebContext<'r, C, B>)
web/src/handler/types/cookie.rs:260
↓ 3 callers
Function
response
()
http-file/src/error.rs:130
↓ 3 callers
Function
send
( stream: &mut Connection, date: DateTimeHandle<'_>, req: http::Request<B>, )
client/src/h2/proto/dispatcher.rs:21
↓ 3 callers
Method
send_one_way
(&self, func: F)
postgres/src/copy.rs:22
↓ 3 callers
Method
send_wake
(&mut self)
http/src/h2/proto/stream.rs:348
↓ 3 callers
Method
set_encoding
(&mut self, encoding: ContentEncoding)
client/src/grpc.rs:94
↓ 3 callers
Method
set_end_stream
Sets the value for the `END_STREAM` flag on this frame.
http/src/h2/proto/frame/data.rs:63
↓ 3 callers
Method
set_nodelay
(&self, nodelay: bool)
io/src/net/tcp.rs:30
↓ 3 callers
Method
set_read_buf
(&mut self, buf: BytesMut)
tls/src/bridge.rs:45
↓ 3 callers
Function
simple_frame_encode
(ty: FrameType, id: VarInt, buf: &mut B)
http/src/h3/proto/frame.rs:314
↓ 3 callers
Method
skip_ws
(&mut self)
postgres/src/config.rs:441
↓ 3 callers
Method
split_off
(&mut self, at: usize)
unsafe_collection/src/bytes/limit.rs:29
↓ 3 callers
Method
stable_mut_ptr
(&mut self)
tokio-uring/tests/driver.rs:29
↓ 3 callers
Function
statx
(path: P)
tokio-uring/examples/test_create_dir_all.rs:170
↓ 3 callers
Method
statx
Returns statx(2) metadata for an open file via a uring call. The libc::statx structure returned is described in the statx(2) man page. This high lev
tokio-uring/src/fs/statx.rs:31
↓ 3 callers
Method
step
( &mut self, body: &mut BytesMut, size: &mut u64, buf: &mut Option<Bytes>,
http/src/h1/proto/trasnder_coding.rs:198
↓ 3 callers
Method
stream_id
(&self)
http/src/h2/proto/frame/headers.rs:175
↓ 3 callers
Method
take_all
(&mut self)
postgres/src/config.rs:616
↓ 3 callers
Method
take_read_buf
(&mut self)
tls/src/bridge.rs:41
↓ 3 callers
Method
take_request
(&mut self)
web/src/context.rs:120
↓ 3 callers
Function
test_h3_server
A specialized http/3 server
test/src/lib.rs:91
↓ 3 callers
Method
trailers
Append HTTP trailers to the request body. The current body is wrapped with [`WithTrailers`] so that trailer frames are sent after all data frames. Th
client/src/request.rs:102
↓ 3 callers
Method
try_decode
(&self, read_buf: &mut BytesMut)
postgres/src/driver/generic.rs:349
↓ 3 callers
Method
try_decode_string
(&mut self, buf: &mut Cursor<&mut BytesMut>)
http/src/h2/proto/hpack/decoder.rs:273
↓ 3 callers
Method
try_find_split_idx
(&mut self, item: &T, boundary: &[u8])
http-multipart/src/field.rs:144
↓ 3 callers
Method
try_get_zc
Like [`Self::get_zc`], but returns a `Result` rather than panicking.
postgres/src/row/types.rs:142
↓ 3 callers
Method
try_inc
Apply a peer WINDOW_UPDATE. Errors if the result would exceed MAX_INITIAL_WINDOW_SIZE (RFC §6.9.1, FLOW_CONTROL_ERROR).
http/src/h2/proto/window.rs:129
↓ 3 callers
Method
try_push_reset
(&mut self, id: StreamId, reason: Reason)
http/src/h2/proto/flow.rs:214
↓ 3 callers
Method
try_read_stream_to_buf
(mut self: Pin<&mut Self>)
http-multipart/src/lib.rs:242
↓ 3 callers
Method
try_set
(&mut self, other: Self)
http/src/h1/proto/trasnder_coding.rs:370
↓ 3 callers
Method
type_
(&self, oid: Oid)
postgres/src/client.rs:247
↓ 3 callers
Method
update
update timer with a given base instant value. the final deadline is calculated base on it.
http/src/h1/dispatcher.rs:254
↓ 3 callers
Method
user
Sets the user to authenticate with. Required.
postgres/src/config.rs:88
↓ 3 callers
Method
value
(&mut self)
postgres/src/config.rs:496
↓ 3 callers
Method
with_tls
replace tls service. tls service is used for Http/1 and Http/2 protocols.
http/src/builder.rs:155
↓ 3 callers
Method
worker_threads
Set number of workers to start. Default set to available logical cpu as workers count. # Panics: When received 0 as number of worker thread.
web/src/server.rs:66
↓ 3 callers
Method
write
(self, io: &impl AsyncBufWrite)
http/src/h1/io.rs:29
↓ 3 callers
Method
write
(&mut self, buf: &[u8])
postgres/src/driver/quic.rs:60
↓ 3 callers
Function
write_all_buf
(stream: &mut S, buf: &mut BytesMut)
client/src/h1/proto/dispatcher.rs:206
↓ 3 callers
Function
write_all_conn
(send: &mut SendStream, buf: &[u8])
http/src/h3/proto/dispatcher_v2.rs:379
↓ 3 callers
Function
write_body
(buf: &mut BytesMut, f: F)
postgres/src/protocol.rs:70
↓ 3 callers
Method
write_buf_bytes
write bytes to buffer as is.
http/src/h1/proto/buf_write.rs:33
↓ 2 callers
Function
$
(e)
examples/file/static/client.626570da.js:1
↓ 2 callers
Function
C
(e,n,t,s,i)
examples/file/static/client.626570da.js:1
↓ 2 callers
Function
I
(e,n)
examples/file/static/client.626570da.js:1
↓ 2 callers
Function
L
(e)
examples/file/static/client.626570da.js:1
↓ 2 callers
Function
N
(e,n)
examples/file/static/client.626570da.js:1
↓ 2 callers
Function
O
(e)
examples/file/static/client.626570da.js:1
↓ 2 callers
Function
Y
(e)
examples/file/static/client.626570da.js:1
↓ 2 callers
Function
_
(e,n,t=null)
examples/file/static/client.626570da.js:1
↓ 2 callers
Function
_basic
(dir: ServeDir<FS>)
http-file/src/lib.rs:292
↓ 2 callers
Method
_begin
(self, cli: &Client)
postgres/src/transaction/builder.rs:105
↓ 2 callers
Method
_bind
(self, name: N, addr: net::SocketAddr, service: F)
server/src/builder.rs:181
↓ 2 callers
Method
_get_unchecked
(&self, idx: usize)
unsafe_collection/src/bound_queue/heap.rs:119
↓ 2 callers
Method
_into_response
(self, mut res: Response<()>)
http-file/src/error.rs:78
↓ 2 callers
Method
_respond
(self, func: F)
web/src/handler/types/json.rs:160
↓ 2 callers
Method
_respond
(self, func: F)
web/src/handler/types/form.rs:125
↓ 2 callers
Method
_save_point
(&mut self, name: Option<String>)
postgres/src/transaction.rs:222
↓ 2 callers
Method
_send
(&self, func: F, on_send: F2)
postgres/src/driver/generic.rs:67
↓ 2 callers
Method
accept
(&self, io: Io)
http/src/tls/openssl.rs:57
← previous
next →
601–700 of 3,753, ranked by callers