Namespace Onbox.Core.V8.Http
Classes
HttpExtensions
Helper extensions for HttpService and IOC container
HttpInterceptor
Provides the ability to intercept requests made by HttpService
HttpService
Onbox's implementation for Http requests.
1 - Works with json strings for all serialzable objects
2 - IJsonService for json serialization
3 - Should be a singleton that is meant to be reused during the lifecycle of the application
4 - Provides strong typed response objects
5 - Provides request and response interception
HttpSettings
Preferences for the default implementation of IHttpService
Interfaces
IHttpInterceptor
Holds actions to run before and / or after every http request