Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 25 of 30) sorted by relevance

12

/expo/packages/expo-updates/ios/Tests/
H A DFileDownloaderManifestParsingSpec.swift25 let contentType = "application/json" in spec() variable
55 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable
96 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable
138 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable
174 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable
214 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable
246 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable
335 let contentType = "application/json" in spec() variable
372 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable
418 let contentType = "application/json" in spec() variable
[all …]
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/
H A DFileDownloaderManifestParsingTest.kt27 val contentType = "application/json" in testManifestParsing_JSONBody() constant
70 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBody() constant
141 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodyOnlyDirective() constant
198 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodyOnlyDirective_v0CompatibilityMode() constant
251 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodyNoRelevantParts() constant
304 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodyEmpty() constant
460 val contentType = "application/json" in testManifestParsing_JSONBodySigned() constant
514 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodySigned() constant
601 val contentType = "application/json" in testManifestParsing_JSONBodySigned_UnsignedRequest() constant
653 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodySignedCertificateParticularExperience() constant
[all …]
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/manifest/
H A DDevLauncherManifestParser.kt19 val contentType = response.header("Content-Type") in isManifestUrl() constant
/expo/packages/expo-auth-session/src/
H A DFetch.ts67 const contentType = response.headers.get('content-type'); constant
/expo/packages/expo-clipboard/build/web/
H A DUtils.js5 export function base64toBlob(base64Data, contentType) { argument
/expo/packages/@expo/server/build/vendor/
H A Dnetlify.js164 function isBinaryType(contentType) { argument
/expo/packages/@expo/server/src/vendor/
H A Dnetlify.ts19 const contentType = res.headers.get('Content-Type'); constant
/expo/tools/src/dynamic-macros/
H A Dmacros.ts46 const contentType = response.headers.get('content-type'); constant
/expo/packages/expo-modules-core/ios/Swift/DevTools/
H A DExpoRequestInterceptorProtocol.swift100 let contentType = response.value(forHTTPHeaderField: "Content-Type") in urlSession() variable
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DCountingRequestBody.kt40 override fun contentType() = requestBody.contentType() in contentType() method in CountingRequestBody
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DCountingRequestBody.kt40 override fun contentType() = requestBody.contentType() in contentType() method in CountingRequestBody
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/
H A DCountingRequestBody.kt40 override fun contentType() = requestBody.contentType() in contentType() method in CountingRequestBody
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/
H A DExpoRequestInterceptorProtocol.swift100 let contentType = response.value(forHTTPHeaderField: "Content-Type") in urlSession() variable
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/
H A DCountingRequestBody.kt40 override fun contentType() = requestBody.contentType() in contentType() method in CountingRequestBody
/expo/packages/@expo/config/build/
H A DConfig.types.d.ts89 contentType: string; property
/expo/packages/@expo/config/src/
H A DConfig.types.ts91 contentType: string; property
/expo/tools/src/commands/
H A DPublishProdExpoHomeCommand.ts101 const contentType = response.headers.get('content-type'); constant
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/cdp/
H A DCdpNetworkTypes.kt234 val contentType = rawBody.contentType() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/devtools/cdp/
H A DCdpNetworkTypes.kt234 val contentType = rawBody.contentType() constant in abi49_0_0.expo.modules.kotlin.devtools.cdp.ExpoReceivedResponseBodyParams
/expo/packages/expo-notifications/build/
H A DNotificationChannelManager.types.d.ts48 contentType: AndroidAudioContentType; property
/expo/packages/expo-notifications/src/
H A DNotificationChannelManager.types.ts58 contentType: AndroidAudioContentType; property
/expo/android/expoview/src/main/java/host/exp/exponent/network/
H A DExponentHttpClient.kt178 override fun contentType(): MediaType? { in responseBodyForFile() method
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DFileDownloader.kt135 val contentType = response.header("content-type") ?: "" in <lambda>() constant
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DFileDownloader.swift390 let contentType = httpResponse.value(forHTTPHeaderField: "content-type") ?? "" variable
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DFileDownloader.swift390 let contentType = httpResponse.value(forHTTPHeaderField: "content-type") ?? "" variable

12