Class HttpResponseExtensions
Inheritance
System.Object
HttpResponseExtensions
Namespace: FunctionMonkey.Testing
Assembly: FunctionMonkey.Testing.dll
Syntax
public static class HttpResponseExtensions : object
Methods
| Improve this Doc View SourceGetJson<TResult>(HttpResponse)
Simple extension method for deserializing the JSON body of a response
Declaration
public static TResult GetJson<TResult>(this HttpResponse response)
Parameters
Type | Name | Description |
---|---|---|
Http |
response |
Returns
Type | Description |
---|---|
TResult |
Type Parameters
Name | Description |
---|---|
TResult |