ts-http-runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.typespec</groupId>
<artifactId>ts-http-runtime</artifactId>
<version>0.3.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.typespec</groupId>
<artifactId>ts-http-runtime</artifactId>
<version>0.3.2</version>
<name>typespec ts-http-runtime</name>
<description>Isomorphic client library for making HTTP requests in node.js and browser.</description>
<url>https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/ts-http-runtime/</url>
<organization>
<name>Microsoft Corporation</name>
<url>https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/ts-http-runtime/</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>azure-sdk</name>
<email>azure-sdk-npmjs@microsoft.com</email>
</developer>
<developer>
<name>microsoft1es</name>
<email>npmjs@microsoft.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/Azure/azure-sdk-for-js.git</connection>
<developerConnection>https://github.com/Azure/azure-sdk-for-js.git</developerConnection>
<url>https://github.com/Azure/azure-sdk-for-js</url>
</scm>
<issueManagement>
<url>https://github.com/Azure/azure-sdk-for-js/issues</url>
</issueManagement>
<properties>
<org.mvnpm-tslib.version>[2.6.2,3)</org.mvnpm-tslib.version>
<org.mvnpm-https-proxy-agent.version>[7.0.0,8)</org.mvnpm-https-proxy-agent.version>
<org.mvnpm-http-proxy-agent.version>[7.0.0,8)</org.mvnpm-http-proxy-agent.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>http-proxy-agent</artifactId>
<version>${org.mvnpm-http-proxy-agent.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>https-proxy-agent</artifactId>
<version>${org.mvnpm-https-proxy-agent.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tslib</artifactId>
<version>${org.mvnpm-tslib.version}</version>
</dependency>
</dependencies>
</project>