Home
last modified time | relevance | path

Searched defs:headers (Results 1 – 25 of 83) sorted by relevance

1234

/expo/packages/@expo/server/build/
H A Dindex.js92 headers: { property
118 headers: { property
128 headers: { property
147 headers: { property
164 headers: { property
183 headers: { property
193 headers: { property
201 headers: { property
/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DExpoGoManifestHandlerMiddleware-test.ts313 const { body, headers } = nullthrows(await getMultipartPartAsync('manifest', results)); constant
352 const { body: manifestPartBody, headers: manifestPartHeaders } = nullthrows( constant
415 const { body, headers } = nullthrows(await getMultipartPartAsync('manifest', results)); constant
468 const { body: manifestPartBody, headers: manifestPartHeaders } = nullthrows( constant
/expo/packages/@expo/cli/static/template/
H A Dserve.json2 "headers": [ array
5 "headers": [ array
/expo/android/expoview/src/main/java/host/exp/exponent/network/
H A DExpoResponse.kt7 fun headers(): ExpoHeaders method
H A DManualExpoResponse.kt25 val headers = mutableMapOf<String, String>() in string() constant in host.exp.exponent.network.ManualExpoResponse.ManualExpoHeaders
50 override fun headers(): ExpoHeaders = expoHeaders method in host.exp.exponent.network.ManualExpoResponse
H A DOkHttpV1ExpoResponse.kt20 inner class OkHttpV1ExpoHeaders(val headers: Headers) : ExpoHeaders { in string() constant in host.exp.exponent.network.OkHttpV1ExpoResponse.OkHttpV1ExpoHeaders
30 override fun headers(): ExpoHeaders = OkHttpV1ExpoHeaders(okHttpResponse.headers) in body() method in host.exp.exponent.network.OkHttpV1ExpoResponse
/expo/packages/expo-dev-launcher/bundle/
H A DapiClient.ts17 const headers = { constant
25 headers: { constant
/expo/home/api/
H A DAPIV2Client.ts89 headers: { constant
112 headers: { constant
/expo/packages/expo-modules-core/ios/Swift/DevTools/
H A DCdpNetworkTypes.swift42 let headers: Headers variable
61 let headers: Headers variable
69 let headers = response.allHeaderFields.reduce(into: [String: String]()) { result, header in variable
114 let headers: Headers variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/
H A DCdpNetworkTypes.swift42 let headers: Headers variable
61 let headers: Headers variable
69 let headers = response.allHeaderFields.reduce(into: [String: String]()) { result, header in variable
114 let headers: Headers variable
/expo/packages/@expo/server/src/vendor/
H A Dexpress.ts47 const headers = new Headers(); constant
73 headers: convertHeaders(req.headers), constant
H A Dhttp.ts57 headers: convertHeaders(req.headers), constant
71 const headers = new Headers(); constant
H A Dnetlify.ts42 const headers = new Headers(); constant
97 headers: createHeaders(event.multiValueHeaders), constant
/expo/packages/expo-video-thumbnails/ios/
H A DVideoThumbnailsOptions.swift6 @Field var headers: [String: String] = [String: String]() variable
/expo/ios/versioned/sdk49/ExpoVideoThumbnails/
H A DVideoThumbnailsOptions.swift6 @Field var headers: [String: String] = [String: String]() variable
/expo/ios/versioned/sdk48/ExpoVideoThumbnails/
H A DVideoThumbnailsOptions.swift6 @Field var headers: [String: String] = [String: String]() variable
/expo/packages/expo-auth-session/build/
H A DTokenRequest.js147 const headers = { 'Content-Type': 'application/x-www-form-urlencoded' }; variable
165 headers: this.getHeaders(), property
291 const headers = { 'Content-Type': 'application/x-www-form-urlencoded' }; variable
312 headers: this.getHeaders(), property
394 headers: { property
H A DFetch.js17 headers: {}, property
/expo/packages/expo-file-system/ios/
H A DFileSystemRecords.swift44 @Field var headers: [String: String]? variable
49 @Field var headers: [String: String]? variable
/expo/packages/@expo/cli/src/start/server/middleware/
H A DExpoGoManifestHandlerMiddleware.ts89 const headers = new Map<string, number | string | readonly string[]>(); constant
171 const headers = this.getDefaultResponseHeaders(); constant
/expo/packages/@expo/cli/src/api/rest/cache/
H A Dresponse.ts25 headers: res.headers.raw(), constant
/expo/packages/@expo/metro-runtime/build/async-require/
H A DfetchAsync.js13 headers: { property
H A DfetchAsync.native.js42 resolve({ body: responseText, headers }); field
/expo/tools/src/vendoring/devmenu/steps/
H A DPrefixHeaders.ts45 const headers = headersPath.map((x) => path.parse(x)); constant
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DImageSource.d.ts35 headers?: {[key: string]: string} | undefined; property

1234