// Generated by tsbindgen - Architecture // Namespace: System.Net.Http // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Net.Http/internal/index.js'; // Core type aliases from @tsonic/core import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js'; // Cross-namespace type imports for constraints import type { Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js'; import type { HttpClient, HttpMessageHandler } from '@tsonic/dotnet/System.Net.Http.js'; // Public API exports (curated - no internal $instance/$views leakage) export { HttpClientFactoryExtensions$instance as HttpClientFactoryExtensions } from './System.Net.Http/internal/index.js'; export { HttpMessageHandlerFactoryExtensions$instance as HttpMessageHandlerFactoryExtensions } from './System.Net.Http/internal/index.js'; export type IHttpClientFactory = Internal.IHttpClientFactory; export type IHttpMessageHandlerFactory = Internal.IHttpMessageHandlerFactory; // Extension methods (C# using semantics) export type { ExtensionMethods_System_Net_Http as ExtensionMethods } from './__internal/extensions/index.js';