Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ request
Function
request
packages/core/http/http-request/index.ios.ts:43–45 ·
view source on GitHub ↗
(options: HttpRequestOptions)
Source
from the content-addressed store, hash-verified
41
};
42
43
export
function
request(options: HttpRequestOptions): Promise<HttpResponse> {
44
return
requestInternal(options, contentHandler);
45
}
Callers
6
getString
Function · 0.90
getJSON
Function · 0.90
getImage
Function · 0.90
getFile
Function · 0.90
getBinary
Function · 0.90
send
Method · 0.90
Calls
1
requestInternal
Function · 0.90
Tested by
no test coverage detected