This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Http.
Summary
Custom HTTP Handler to delegate the processing of HTTP requests and extending it.
- Assembly
- Cake
.Http .dll - Namespace
- Cake
.Http - Containing Type
- Cake
Http Client Handler
Syntax
public CakeHttpClientHandler(ICakeContext context, HttpSettings settings)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | Cake Context the request is geting |
settings | HttpSettings | HttpSettings to apply to the inner handler |
Return Value
Type | Description |
---|---|
void |