Skip to content

Commit 7a8c970

Browse files
BREAKING CHANGE: Removes HttpExtensions
Removes the HttpExtensions and related tests. BREAKING CHANGE: This removes the ValidateUri extension method.
1 parent bf469d0 commit 7a8c970

File tree

3 files changed

+0
-79
lines changed

3 files changed

+0
-79
lines changed

IntelliTect.Multitool.Tests/Extensions/HttpExtensionsTests.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

IntelliTect.Multitool/Extensions/HttpExtensions.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
- StringExtensions: Extension methods for `System.String`
5858
- `ValidateUrlString`: Extension method to validate a URL string by checking to make sure the string is formatted correctly.
5959
- `CreateUrlSlug`: Extension method modify a string so that it is URL compatible
60-
- HttpExtensions: Extension methods for `System.Net.Http.HttpClient`
61-
`ValidateUri`: Extension methods to validate a Uri by attempting to make a GET request to it.
6260
- SystemLinqExtensions
6361
- `WhereNotNull`: Extension method to allow return of non-null value from a null object.
6462
- Sample:

0 commit comments

Comments
 (0)