nuget reorganization
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"contentHash": "drrG+hB3pYFY7w1c3BD+lSGYvH2oIclH8GRSehgfyP5kjnFnHKQuuBhuHLv+PWyFuaTDyk/vfRpnxOzd11+J8g==",
|
||||
"source": "https://api.nuget.org/v3/index.json"
|
||||
}
|
||||
Binary file not shown.
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Polly.Extensions.Http</id>
|
||||
<version>3.0.0</version>
|
||||
<authors>App vNext</authors>
|
||||
<owners>App vNext</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">BSD-3-Clause</license>
|
||||
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
|
||||
<projectUrl>https://github.com/App-vNext/Polly.Extensions.Http</projectUrl>
|
||||
<iconUrl>https://raw.github.com/App-vNext/Polly/master/Polly.png</iconUrl>
|
||||
<description>Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.</description>
|
||||
<releaseNotes>See https://github.com/App-vNext/Polly.Extensions.Http/blob/master/CHANGELOG.md for details</releaseNotes>
|
||||
<copyright>Copyright (c) 2019, App vNext</copyright>
|
||||
<tags>HttpClient HttpClientFactory Exception Handling Resilience Transient Fault Policy</tags>
|
||||
<repository type="git" url="https://github.com/App-vNext/Polly.Extensions.Http.git" commit="69fd292bc603cb3032e57b028522737255f03a49" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard1.1">
|
||||
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
|
||||
<dependency id="Polly" version="7.1.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Polly" version="7.1.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@@ -1,76 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Polly.Extensions.Http</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Polly.Extensions.Http.HttpPolicyExtensions">
|
||||
<summary>
|
||||
Contains opinionated convenience methods for configuring policies to handle conditions typically representing transient faults when making <see cref="T:System.Net.Http.HttpClient"/> requests.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.HandleTransientHttpError">
|
||||
<summary>
|
||||
Builds a <see cref="T:Polly.PolicyBuilder`1"/> to configure a <see cref="T:Polly.Policy`1"/> which will handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure.
|
||||
<para>The conditions configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>Network failures (as <see cref="T:System.Net.Http.HttpRequestException"/>)</description></item>
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure. </returns>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.OrTransientHttpStatusCode(Polly.PolicyBuilder)">
|
||||
<summary>
|
||||
Configures the <see cref="T:Polly.PolicyBuilder`1"/> to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with <see cref="T:System.Net.HttpStatusCode"/>s indicating a transient failure.
|
||||
<para>The <see cref="T:System.Net.HttpStatusCode"/>s configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with <see cref="T:System.Net.HttpStatusCode"/>s indicating a transient failure. </returns>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.OrTransientHttpError(Polly.PolicyBuilder)">
|
||||
<summary>
|
||||
Configures the <see cref="T:Polly.PolicyBuilder`1"/> to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure.
|
||||
<para>The conditions configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>Network failures (as <see cref="T:System.Net.Http.HttpRequestException"/>)</description></item>
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure. </returns>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.OrTransientHttpStatusCode(Polly.PolicyBuilder{System.Net.Http.HttpResponseMessage})">
|
||||
<summary>
|
||||
Configures the <see cref="T:Polly.PolicyBuilder`1"/> to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with <see cref="T:System.Net.HttpStatusCode"/>s indicating a transient failure.
|
||||
<para>The <see cref="T:System.Net.HttpStatusCode"/>s configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with <see cref="T:System.Net.HttpStatusCode"/>s indicating a transient failure. </returns>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.OrTransientHttpError(Polly.PolicyBuilder{System.Net.Http.HttpResponseMessage})">
|
||||
<summary>
|
||||
Configures the <see cref="T:Polly.PolicyBuilder`1"/> to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure.
|
||||
<para>The conditions configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>Network failures (as <see cref="T:System.Net.Http.HttpRequestException"/>)</description></item>
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure. </returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -1,76 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Polly.Extensions.Http</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Polly.Extensions.Http.HttpPolicyExtensions">
|
||||
<summary>
|
||||
Contains opinionated convenience methods for configuring policies to handle conditions typically representing transient faults when making <see cref="T:System.Net.Http.HttpClient"/> requests.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.HandleTransientHttpError">
|
||||
<summary>
|
||||
Builds a <see cref="T:Polly.PolicyBuilder`1"/> to configure a <see cref="T:Polly.Policy`1"/> which will handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure.
|
||||
<para>The conditions configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>Network failures (as <see cref="T:System.Net.Http.HttpRequestException"/>)</description></item>
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure. </returns>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.OrTransientHttpStatusCode(Polly.PolicyBuilder)">
|
||||
<summary>
|
||||
Configures the <see cref="T:Polly.PolicyBuilder`1"/> to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with <see cref="T:System.Net.HttpStatusCode"/>s indicating a transient failure.
|
||||
<para>The <see cref="T:System.Net.HttpStatusCode"/>s configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with <see cref="T:System.Net.HttpStatusCode"/>s indicating a transient failure. </returns>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.OrTransientHttpError(Polly.PolicyBuilder)">
|
||||
<summary>
|
||||
Configures the <see cref="T:Polly.PolicyBuilder`1"/> to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure.
|
||||
<para>The conditions configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>Network failures (as <see cref="T:System.Net.Http.HttpRequestException"/>)</description></item>
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure. </returns>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.OrTransientHttpStatusCode(Polly.PolicyBuilder{System.Net.Http.HttpResponseMessage})">
|
||||
<summary>
|
||||
Configures the <see cref="T:Polly.PolicyBuilder`1"/> to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with <see cref="T:System.Net.HttpStatusCode"/>s indicating a transient failure.
|
||||
<para>The <see cref="T:System.Net.HttpStatusCode"/>s configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with <see cref="T:System.Net.HttpStatusCode"/>s indicating a transient failure. </returns>
|
||||
</member>
|
||||
<member name="M:Polly.Extensions.Http.HttpPolicyExtensions.OrTransientHttpError(Polly.PolicyBuilder{System.Net.Http.HttpResponseMessage})">
|
||||
<summary>
|
||||
Configures the <see cref="T:Polly.PolicyBuilder`1"/> to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure.
|
||||
<para>The conditions configured to be handled are:
|
||||
<list type="bullet">
|
||||
<item><description>Network failures (as <see cref="T:System.Net.Http.HttpRequestException"/>)</description></item>
|
||||
<item><description>HTTP 5XX status codes (server errors)</description></item>
|
||||
<item><description>HTTP 408 status code (request timeout)</description></item>
|
||||
</list>
|
||||
</para>
|
||||
</summary>
|
||||
<returns>The <see cref="T:Polly.PolicyBuilder`1"/> pre-configured to handle <see cref="T:System.Net.Http.HttpClient"/> requests that fail with conditions indicating a transient failure. </returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
k4Pr+fTneV0F4t7HQPjPKNlwtchFbrI6ay3fBd1oF2H0Y7oVgVWAs8xPnokv8BHAQgOasTxEZdoGotYjh8USIQ==
|
||||
Reference in New Issue
Block a user