/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/ReactCxxPlatform/react/http/IHttpClient.cpp
16 строк
485 B
Rubén Norte
Allow custom factories for HTTP and WebSocket clients for DevTools (#53200)
12 авг 2025, 15:41
12 авг 2025, 15:41
4978385
Код
Авторство
О чём код?
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char HttpClientFactoryKey[] = "HttpClientFactory"; // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char DevToolsHttpClientFactoryKey[] = "DevToolsHttpClientFactory"; } // namespace facebook::react