Home
last modified time | relevance | path

Searched refs:statusCode (Results 1 – 25 of 68) sorted by relevance

123

/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DExpoMiddleware-test.ts43 statusCode: 200,
62 expect(res.statusCode).toEqual(200);
78 statusCode: 200,
97 expect(res.statusCode).toEqual(500);
116 statusCode: 200,
127 expect(res.statusCode).toEqual(200);
H A DCreateFileMiddleware-test.ts24 statusCode: 200,
58 expect(response.statusCode).toBe(405);
76 expect(response.statusCode).toBe(200);
97 expect(response.statusCode).toBe(200);
116 expect(response.statusCode).toBe(200);
H A DRuntimeRedirectMiddleware-test.ts23 statusCode: 200,
57 expect(response.statusCode).toBe(307);
79 expect(response.statusCode).toBe(307);
97 expect(response.statusCode).toBe(307);
H A DInterstitialPageMiddleware-test.ts167 statusCode: 200,
174 expect(response.statusCode).toBe(200);
204 statusCode: 200,
217 expect(response.statusCode).toBe(200);
H A DManifestMiddleware-test.ts285 statusCode: 200,
308 expect(res.statusCode).toEqual(200);
332 statusCode: 200,
357 expect(res.statusCode).toEqual(500);
/expo/packages/@expo/cli/src/start/server/middleware/
H A DCreateFileMiddleware.ts84 res.statusCode = 405;
95 res.statusCode = 400;
107 res.statusCode = 409;
119 res.statusCode = 500;
125 res.statusCode = 200;
H A DRuntimeRedirectMiddleware.ts54 res.statusCode = 404;
65 res.statusCode = 307;
H A DServeStaticMiddleware.ts51 if (forwardError || !(err.statusCode < 500)) {
H A DExpoMiddleware.ts48 res.statusCode = 500;
/expo/ios/Exponent/Kernel/Api/
H A DEXApiV2Result.m11 httpStatusCode:(NSInteger)statusCode
16 _httpStatusCode = statusCode;
H A DEXApiV2Result.h17 httpStatusCode:(NSInteger)statusCode NS_DESIGNATED_INITIALIZER;
H A DEXApiV2Client.m127 … EXApiHttpStatusCodeKey: @(httpResponse.statusCode),
141 … EXApiHttpStatusCodeKey: @(httpResponse.statusCode),
153 … EXApiHttpStatusCodeKey: @(httpResponse.statusCode),
177 httpStatusCode:httpResponse.statusCode];
/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherManifestParserTests.m31 return [HTTPStubsResponse responseWithData:[NSData new] statusCode:200 headers:nil];
36 return [HTTPStubsResponse responseWithData:[NSData new] statusCode:400 headers:nil];
41 return [HTTPStubsResponse responseWithData:[NSData new] statusCode:500 headers:nil];
84 …return [HTTPStubsResponse responseWithData:[NSData new] statusCode:200 headers:@{@"Content-Type": …
103 return [HTTPStubsResponse responseWithData:[NSData new] statusCode:200 headers:nil];
139 return [HTTPStubsResponse responseWithData:[NSData new] statusCode:200 headers:nil];
164 return [HTTPStubsResponse responseWithData:[NSData new] statusCode:200 headers:nil];
188 return [HTTPStubsResponse responseWithData:jsonData statusCode:200 headers:nil];
221 return [HTTPStubsResponse responseWithData:jsonData statusCode:200 headers:nil];
248 return [HTTPStubsResponse responseWithData:jsonData statusCode:200 headers:nil];
[all …]
/expo/packages/expo-updates/ios/Tests/
H A DFileDownloaderManifestParsingSpec.swift28 statusCode: 200, in spec()
58 statusCode: 200, in spec()
99 statusCode: 200, in spec()
141 statusCode: 200, in spec()
177 statusCode: 200, in spec()
217 statusCode: 200, in spec()
249 statusCode: 200, in spec()
279 statusCode: 204, in spec()
309 statusCode: 204, in spec()
338 statusCode: 200, in spec()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTMultipartDataTask.m56 _statusCode = [httpResponse statusCode];
117 NSInteger statusCode = _statusCode;
121 partHandler(statusCode, headers, content, nil, done);
126statusCode, nil, nil, [NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorCancelled userInfo:…
H A DABI49_0_0RCTMultipartDataTask.h13 NSInteger statusCode,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTMultipartDataTask.m56 _statusCode = [httpResponse statusCode];
117 NSInteger statusCode = _statusCode;
121 partHandler(statusCode, headers, content, nil, done);
126statusCode, nil, nil, [NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorCancelled userInfo:…
H A DABI48_0_0RCTMultipartDataTask.h13 NSInteger statusCode,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTMultipartDataTask.m56 _statusCode = [httpResponse statusCode];
117 NSInteger statusCode = _statusCode;
121 partHandler(statusCode, headers, content, nil, done);
126statusCode, nil, nil, [NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorCancelled userInfo:…
H A DABI47_0_0RCTMultipartDataTask.h13 NSInteger statusCode,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dlint-java.js29 switch (response.statusCode) {
33 …`Unhandled response code (HTTP${response.statusCode}) while retrieving google-java-format binary f…
53 …`Unhandled response code (HTTP${response.statusCode}) while retrieving google-java-format binary f…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dlint-java.js29 switch (response.statusCode) {
33 …`Unhandled response code (HTTP${response.statusCode}) while retrieving google-java-format binary f…
53 …`Unhandled response code (HTTP${response.statusCode}) while retrieving google-java-format binary f…
/expo/packages/expo-dev-launcher/ios/Manifest/
H A DEXDevLauncherManifestParser.m47 if (httpResponse.statusCode < 200 || httpResponse.statusCode >= 300) {
74 if (httpResponse.statusCode < 200 || httpResponse.statusCode >= 300) {
/expo/packages/@expo/cli/src/start/server/metro/
H A DcreateServerRouteMiddleware.ts54 status: error.statusCode,
/expo/packages/expo-file-system/ios/EXSessionTasks/
H A DEXSessionTaskDelegate.m30 @"status": @([httpResponse statusCode]),

123