Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Proxies
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H
A
D
connector.rs
18
use crate::util::proxy::
Proxies
;
23
pub(crate) proxies:
Proxies
,
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H
A
D
proxy.rs
26
/// `
Proxies
` is responsible for managing a list of proxies.
28
pub(crate) struct
Proxies
{
32
impl
Proxies
{
impls
269
use crate::util::proxy::{
Proxies
, Proxy};
285
/// UT test cases for `
Proxies
`.
288
/// 1. Creates a `
Proxies
`.
289
/// 2. Adds some `Proxy` to `
Proxies
`
290
/// 3. Calls `
Proxies
::match_proxy` with some `Uri`s and get the results.
294
let mut proxies =
Proxies
::default();
in ut_proxies()
313
let mut proxies =
Proxies
in ut_proxies()
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H
A
D
client.rs
24
use crate::util::proxy::
Proxies
;
191
proxies:
Proxies
,
212
proxies:
Proxies
::default(),
in new()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H
A
D
client.rs
35
use crate::util::proxy::
Proxies
;
282
proxies:
Proxies
,
311
proxies:
Proxies
::default(),
in new()
Completed in 4 milliseconds