| /expo/ios/Exponent/Kernel/Api/ |
| H A D | EXApiV2Client.h | 37 httpMethod:(NSString *)httpMethod
|
| H A D | EXApiV2Client.m | 60 + (BOOL)_canSendBodyWithHttpMethod:(NSString *)httpMethod 67 return [httpMethodsWithBody containsObject:httpMethod.uppercaseString]; 80 httpMethod:(NSString *)httpMethod 85 if (arguments && ![EXApiV2Client _canSendBodyWithHttpMethod:httpMethod]) { 94 request.HTTPMethod = httpMethod; 97 if (arguments && [EXApiV2Client _canSendBodyWithHttpMethod:httpMethod]) {
|
| /expo/packages/@expo/server/src/vendor/ |
| H A D | netlify.ts | 96 method: event.httpMethod, 103 if (event.httpMethod !== 'GET' && event.httpMethod !== 'HEAD' && event.body) {
|
| /expo/packages/@expo/server/build/vendor/ |
| H A D | netlify.js | 84 method: event.httpMethod, 90 if (event.httpMethod !== 'GET' && event.httpMethod !== 'HEAD' && event.body) {
|
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.js | 245 httpMethod: (options.httpMethod || 'POST').toUpperCase(), 325 const httpMethod = (options?.httpMethod?.toUpperCase() || 331 httpMethod,
|
| H A D | FileSystem.types.d.ts | 83 httpMethod?: FileSystemAcceptedUploadHttpMethod;
|
| H A D | FileSystem.js.map | 1 …httpMethod: 'PATCH',\n * uploadType: FileSystem.FileSystemUploadType.BINARY_CONTENT,\n * });…
|
| H A D | FileSystem.types.js.map | 1 …thod.\n * @default FileSystemAcceptedUploadHttpMethod.POST\n */\n httpMethod?: FileSystemAcce…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.ts | 307 httpMethod: (options.httpMethod || 'POST').toUpperCase(), 417 const httpMethod = (options?.httpMethod?.toUpperCase() || constant 424 httpMethod,
|
| H A D | FileSystem.types.ts | 91 httpMethod?: FileSystemAcceptedUploadHttpMethod;
|
| /expo/packages/expo-file-system/ios/ |
| H A D | FileSystemRecords.swift | 50 @Field var httpMethod: HttpMethod = .post variable
|
| H A D | EXFileSystem.m | 638 NSString *httpMethod = options[@"httpMethod"]; 658 if (!httpMethod) { 664 [request setHTTPMethod:httpMethod];
|
| /expo/packages/expo-dev-menu/ios/ |
| H A D | DevMenuDevOptionsDelegate.swift | 48 request.httpMethod = "PUT" in openJSInspector()
|
| /expo/ios/versioned/sdk49/ExpoInsights/ |
| H A D | InsightsModule.swift | 69 request.httpMethod = "GET" in dispatchEvent()
|
| /expo/packages/expo-insights/ios/ |
| H A D | InsightsModule.swift | 69 request.httpMethod = "GET" in dispatchEvent()
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 75 val httpMethod: HttpMethod = HttpMethod.POST, constant in expo.modules.filesystem.FileSystemUploadOptions
|
| H A D | FileSystemModule.kt | 872 return options.httpMethod.let { requestBuilder.method(it.value, body).build() } in createUploadRequest()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 75 val httpMethod: HttpMethod = HttpMethod.POST, constant in abi49_0_0.expo.modules.filesystem.FileSystemUploadOptions
|
| /expo/ios/Tests/Api/ |
| H A D | EXApiV2Tests.m | 30 httpMethod:@"GET" 50 httpMethod:@"GET"
|
| /expo/packages/expo-modules-core/ios/Swift/DevTools/ |
| H A D | CdpNetworkTypes.swift | 47 self.method = request.httpMethod ?? "GET"
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/ |
| H A D | CdpNetworkTypes.swift | 47 self.method = request.httpMethod ?? "GET"
|
| /expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/ |
| H A D | ABI47_0_0EXFileSystem.m | 639 NSString *httpMethod = options[@"httpMethod"]; 659 if (!httpMethod) { 665 [request setHTTPMethod:httpMethod];
|
| /expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/ |
| H A D | ABI49_0_0EXFileSystem.m | 638 NSString *httpMethod = options[@"httpMethod"]; 658 if (!httpMethod) { 664 [request setHTTPMethod:httpMethod];
|
| /expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/ |
| H A D | ABI48_0_0EXFileSystem.m | 639 NSString *httpMethod = options[@"httpMethod"]; 659 if (!httpMethod) { 665 [request setHTTPMethod:httpMethod];
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | filesystem.mdx | 440 httpMethod: 'PATCH', 463 …- **httpMethod (_String_)** -- The request method. Accepts values: 'POST', 'PUT', 'PATCH. Default …
|