Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 25 of 31) sorted by relevance

12

/expo/apps/router-e2e/__e2e__/server/app/api/
H A Dproblematic+api.ts3 export function GET(): ExpoResponse { function
H A Denv-vars+api.ts3 export function GET(): ExpoResponse { function
H A D[dynamic]+api.ts3 export function GET(req: ExpoRequest): ExpoResponse { function
H A Dexternals+api.ts5 export function GET(): ExpoResponse { function
/expo/apps/router-e2e/__e2e__/server/app/api/a/
H A D[...spread]+api.tsx3 export function GET(req: ExpoRequest): ExpoResponse {
/expo/apps/router-e2e/__e2e__/server/app/
H A Dmethods+api.ts4 export function GET() { function
/expo/ios/Tests/Api/
H A DEXApiV2Tests.m30 httpMethod:@"GET"
50 httpMethod:@"GET"
/expo/packages/@expo/metro-runtime/build/async-require/
H A DfetchAsync.js.map1 …headers: Headers }> {\n const response = await fetch(url, {\n method: 'GET',\n headers: {\n…
H A DfetchAsync.native.js.map1 …n }\n }\n });\n (Networking.sendRequest as any)(\n 'GET',\n 'asyncRequ…
/expo/docs/pages/preview/
H A Dapi-routes.mdx45 export function GET(request: ExpoRequest) {
50 You can export any of the following functions `GET`, `POST`, `PUT`, `PATCH`, `DELETE`, `HEAD`, and …
116 export async function GET(request: ExpoRequest, { post }: Record<string, string>) {
144 export function GET() {
156 export async function GET(request: ExpoRequest, { post }: Record<string, string>) {
/expo/packages/expo-dev-launcher/ios/Manifest/
H A DEXDevLauncherManifestParser.m71 [self _fetch:@"GET" onError:onError completionHandler:^(NSData *data, NSURLResponse *response) {
/expo/home/screens/HomeScreen/
H A DHomeScreenView.tsx247 method: 'GET',
/expo/docs/pages/archive/technical-specs/
H A Dexpo-updates-0.mdx43 A conformant client library MUST make a GET request with the headers:
196 A conformant client library MUST make a GET request to the asset URLs specified by the manifest. Th…
/expo/docs/pages/technical-specs/
H A Dexpo-updates-1.mdx45 A conformant client library MUST make a GET request with the headers:
225 A conformant client library MUST make a GET request to the asset URLs specified by the manifest. Th…
/expo/packages/expo-auth-session/build/
H A DDiscovery.js.map1 …ta>(issuerWithWellKnownUrl(issuer), {\n dataType: 'json',\n method: 'GET',\n });\n\n retur…
H A DTokenRequest.js.map1 …: `Bearer ${config.accessToken}`,\n },\n dataType: 'json',\n method: 'GET',\n });\n}\n"]}
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTConvert.m160 NSString *method = [self NSString:json[@"method"]].uppercaseString ?: @"GET";
163 if ([method isEqualToString:@"GET"] && headers == nil && body == nil &&
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTConvert.m160 NSString *method = [self NSString:json[@"method"]].uppercaseString ?: @"GET";
163 if ([method isEqualToString:@"GET"] && headers == nil && body == nil &&
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTConvert.m160 NSString *method = [self NSString:json[@"method"]].uppercaseString ?: @"GET";
163 if ([method isEqualToString:@"GET"] && headers == nil && body == nil &&
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Network/
H A DABI47_0_0RCTNetworking.mm293 …= [ABI47_0_0RCTConvert NSString:ABI47_0_0RCTNilIfNull(query[@"method"])].uppercaseString ?: @"GET";
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Network/
H A DABI49_0_0RCTNetworking.mm301 …= [ABI49_0_0RCTConvert NSString:ABI49_0_0RCTNilIfNull(query[@"method"])].uppercaseString ?: @"GET";
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Network/
H A DABI48_0_0RCTNetworking.mm301 …= [ABI48_0_0RCTConvert NSString:ABI48_0_0RCTNilIfNull(query[@"method"])].uppercaseString ?: @"GET";
/expo/docs/pages/eas-update/
H A Ddebug-advanced.mdx204 Inside our project's app config (**app.json**/**app.config.json**), the URL we can GET is under `up…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/WebSocket/
H A DABI48_0_0RCTSRWebSocket.m473 …CFHTTPMessageRef request = CFHTTPMessageCreateRequest(NULL, CFSTR("GET"), (__bridge CFURLRef)_url,…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/WebSocket/
H A DABI47_0_0RCTSRWebSocket.m447 …CFHTTPMessageRef request = CFHTTPMessageCreateRequest(NULL, CFSTR("GET"), (__bridge CFURLRef)_url,…

12