-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support loading bundles from streams
Add support for loading bundles from streams to support the use case of embedding bundles as resources in an assembly.
- Loading branch information
1 parent
282d533
commit 452f006
Showing
9 changed files
with
180 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/HttpClientInterception/PublicAPI/net472/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
#nullable enable | ||
static JustEat.HttpClientInterception.BundleExtensions.RegisterBundleFromStream(this JustEat.HttpClientInterception.HttpClientInterceptorOptions! options, System.IO.Stream! stream, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string!>>? templateValues = null) -> JustEat.HttpClientInterception.HttpClientInterceptorOptions! | ||
static JustEat.HttpClientInterception.BundleExtensions.RegisterBundleFromStreamAsync(this JustEat.HttpClientInterception.HttpClientInterceptorOptions! options, System.IO.Stream! stream, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string!>>? templateValues = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<JustEat.HttpClientInterception.HttpClientInterceptorOptions!>! |
2 changes: 2 additions & 0 deletions
2
src/HttpClientInterception/PublicAPI/net6.0/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
#nullable enable | ||
static JustEat.HttpClientInterception.BundleExtensions.RegisterBundleFromStream(this JustEat.HttpClientInterception.HttpClientInterceptorOptions! options, System.IO.Stream! stream, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string!>>? templateValues = null) -> JustEat.HttpClientInterception.HttpClientInterceptorOptions! | ||
static JustEat.HttpClientInterception.BundleExtensions.RegisterBundleFromStreamAsync(this JustEat.HttpClientInterception.HttpClientInterceptorOptions! options, System.IO.Stream! stream, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string!>>? templateValues = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<JustEat.HttpClientInterception.HttpClientInterceptorOptions!>! |
2 changes: 2 additions & 0 deletions
2
src/HttpClientInterception/PublicAPI/net7.0/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
#nullable enable | ||
static JustEat.HttpClientInterception.BundleExtensions.RegisterBundleFromStream(this JustEat.HttpClientInterception.HttpClientInterceptorOptions! options, System.IO.Stream! stream, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string!>>? templateValues = null) -> JustEat.HttpClientInterception.HttpClientInterceptorOptions! | ||
static JustEat.HttpClientInterception.BundleExtensions.RegisterBundleFromStreamAsync(this JustEat.HttpClientInterception.HttpClientInterceptorOptions! options, System.IO.Stream! stream, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string!>>? templateValues = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<JustEat.HttpClientInterception.HttpClientInterceptorOptions!>! |
2 changes: 2 additions & 0 deletions
2
src/HttpClientInterception/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
#nullable enable | ||
static JustEat.HttpClientInterception.BundleExtensions.RegisterBundleFromStream(this JustEat.HttpClientInterception.HttpClientInterceptorOptions! options, System.IO.Stream! stream, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string!>>? templateValues = null) -> JustEat.HttpClientInterception.HttpClientInterceptorOptions! | ||
static JustEat.HttpClientInterception.BundleExtensions.RegisterBundleFromStreamAsync(this JustEat.HttpClientInterception.HttpClientInterceptorOptions! options, System.IO.Stream! stream, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string!>>? templateValues = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<JustEat.HttpClientInterception.HttpClientInterceptorOptions!>! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters