fix(network): Make NetRequest::new public
This commit is contained in:
parent
2d222b1810
commit
9c46af2e22
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ impl NetRequest {
|
||||||
.url(net_url)
|
.url(net_url)
|
||||||
}
|
}
|
||||||
|
|
||||||
const fn new(
|
pub const fn new(
|
||||||
method: RequestMethod,
|
method: RequestMethod,
|
||||||
url: NetUrl,
|
url: NetUrl,
|
||||||
headers: NetRequestHeaders,
|
headers: NetRequestHeaders,
|
||||||
|
|
Loading…
Reference in a new issue