Home
last modified time | relevance | path

Searched defs:httpMethod (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-file-system/ios/
H A DFileSystemRecords.swift50 @Field var httpMethod: HttpMethod = .post variable
/expo/packages/expo-file-system/src/
H A DFileSystem.ts417 const httpMethod = (options?.httpMethod?.toUpperCase() || constant
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemRecords.kt75 val httpMethod: HttpMethod = HttpMethod.POST, constant in expo.modules.filesystem.FileSystemUploadOptions
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DFileSystemRecords.kt75 val httpMethod: HttpMethod = HttpMethod.POST, constant in abi49_0_0.expo.modules.filesystem.FileSystemUploadOptions