| /expo/apps/router-e2e/__e2e__/server/app/api/ |
| H A D | problematic+api.ts | 3 export function GET(): ExpoResponse { function
|
| H A D | env-vars+api.ts | 3 export function GET(): ExpoResponse { function
|
| H A D | [dynamic]+api.ts | 3 export function GET(req: ExpoRequest): ExpoResponse { function
|
| H A D | externals+api.ts | 5 export function GET(): ExpoResponse { function
|
| /expo/apps/router-e2e/__e2e__/server/app/api/a/ |
| H A D | [...spread]+api.tsx | 3 export function GET(req: ExpoRequest): ExpoResponse {
|
| /expo/apps/router-e2e/__e2e__/server/app/ |
| H A D | methods+api.ts | 4 export function GET() { function
|
| /expo/ios/Tests/Api/ |
| H A D | EXApiV2Tests.m | 30 httpMethod:@"GET" 50 httpMethod:@"GET"
|
| /expo/packages/@expo/metro-runtime/build/async-require/ |
| H A D | fetchAsync.js.map | 1 …headers: Headers }> {\n const response = await fetch(url, {\n method: 'GET',\n headers: {\n…
|
| H A D | fetchAsync.native.js.map | 1 …n }\n }\n });\n (Networking.sendRequest as any)(\n 'GET',\n 'asyncRequ…
|
| /expo/docs/pages/preview/ |
| H A D | api-routes.mdx | 45 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 D | EXDevLauncherManifestParser.m | 71 [self _fetch:@"GET" onError:onError completionHandler:^(NSData *data, NSURLResponse *response) {
|
| /expo/home/screens/HomeScreen/ |
| H A D | HomeScreenView.tsx | 247 method: 'GET',
|
| /expo/docs/pages/archive/technical-specs/ |
| H A D | expo-updates-0.mdx | 43 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 D | expo-updates-1.mdx | 45 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 D | Discovery.js.map | 1 …ta>(issuerWithWellKnownUrl(issuer), {\n dataType: 'json',\n method: 'GET',\n });\n\n retur…
|
| H A D | TokenRequest.js.map | 1 …: `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 D | ABI47_0_0RCTConvert.m | 160 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 D | ABI49_0_0RCTConvert.m | 160 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 D | ABI48_0_0RCTConvert.m | 160 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 D | ABI47_0_0RCTNetworking.mm | 293 …= [ABI47_0_0RCTConvert NSString:ABI47_0_0RCTNilIfNull(query[@"method"])].uppercaseString ?: @"GET";
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Network/ |
| H A D | ABI49_0_0RCTNetworking.mm | 301 …= [ABI49_0_0RCTConvert NSString:ABI49_0_0RCTNilIfNull(query[@"method"])].uppercaseString ?: @"GET";
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Network/ |
| H A D | ABI48_0_0RCTNetworking.mm | 301 …= [ABI48_0_0RCTConvert NSString:ABI48_0_0RCTNilIfNull(query[@"method"])].uppercaseString ?: @"GET";
|
| /expo/docs/pages/eas-update/ |
| H A D | debug-advanced.mdx | 204 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 D | ABI48_0_0RCTSRWebSocket.m | 473 …CFHTTPMessageRef request = CFHTTPMessageCreateRequest(NULL, CFSTR("GET"), (__bridge CFURLRef)_url,…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/WebSocket/ |
| H A D | ABI47_0_0RCTSRWebSocket.m | 447 …CFHTTPMessageRef request = CFHTTPMessageCreateRequest(NULL, CFSTR("GET"), (__bridge CFURLRef)_url,…
|