Searched refs:handleRequest (Results 1 – 12 of 12) sorted by relevance
| /expo/packages/@expo/server/build/vendor/ |
| H A D | http.js | 11 const handleRequest = (0, __1.createRequestHandler)(build, setup); 18 const response = await handleRequest(request);
|
| H A D | express.js | 11 const handleRequest = (0, __1.createRequestHandler)(build, setup); 18 const response = await handleRequest(request);
|
| H A D | netlify.js | 9 const handleRequest = (0, __1.createRequestHandler)(build); 11 const response = await handleRequest(convertRequest(event));
|
| /expo/packages/@expo/server/src/vendor/ |
| H A D | http.ts | 27 const handleRequest = createExpoHandler(build, setup); constant 36 const response = await handleRequest(request);
|
| H A D | express.ts | 26 const handleRequest = createExpoHandler(build, setup); constant 35 const response = await handleRequest(request);
|
| H A D | netlify.ts | 9 const handleRequest = createExpoHandler(build); constant 12 const response = await handleRequest(convertRequest(event));
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI47_0_0RCTPackagerClient.h | 27 - (void)handleRequest:(NSDictionary<NSString *, id> *)params withResponder:(ABI47_0_0RCTPackagerCli…
|
| H A D | ABI47_0_0RCTPackagerConnection.mm | 219 [handler handleRequest:request withResponder:responder];
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI49_0_0RCTPackagerClient.h | 27 - (void)handleRequest:(NSDictionary<NSString *, id> *)params withResponder:(ABI49_0_0RCTPackagerCli…
|
| H A D | ABI49_0_0RCTPackagerConnection.mm | 219 [handler handleRequest:request withResponder:responder];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI48_0_0RCTPackagerClient.h | 27 - (void)handleRequest:(NSDictionary<NSString *, id> *)params withResponder:(ABI48_0_0RCTPackagerCli…
|
| H A D | ABI48_0_0RCTPackagerConnection.mm | 219 [handler handleRequest:request withResponder:responder];
|