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)
|
||||
}
|
||||
|
||||
const fn new(
|
||||
pub const fn new(
|
||||
method: RequestMethod,
|
||||
url: NetUrl,
|
||||
headers: NetRequestHeaders,
|
||||
|
|
Loading…
Reference in a new issue