Namespace DataWeb.Http
Classes
AppRedirect
Represents a redirect for an application URL.
AppRedirectFilter
Represents a filter for application URL redirects.
AppRedirectMiddleware
Middleware for handling application redirects based on defined rules.
AppRedirectMiddlewareExtensions
Extension methods for configuring the AppRedirectMiddleware in the middleware pipeline.
AppRedirectService
Provides methods for working with application URL redirects.
HttpService
An implementation of the IHttpService interface for working with HTTP-related tasks.
Interfaces
IAppRedirectService
Defines methods for working with application URL redirects.
IAppRedirectStore
Defines methods for accessing application URL redirects from a data store.
IHttpService
Defines methods for working with HTTP-related services, such as retrieving request and application URLs, working with route URLs, and encoding URLs.