Info
| Version: | 1.0.1 | 
| Author(s): | Eduardo Serrano | 
| Last Update: | Sunday, September 3, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/edumserrano/csharp-functional | 
| NuGet Url: | https://www.nuget.org/packages/HttpResultMonad | 
Install
Install-Package HttpResultMonad
                        dotnet add package HttpResultMonad
                        paket add HttpResultMonad
                        
                                HttpResultMonad Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- MaybeMonad(>= 1.0.1.1)
Tags
 
                
In its core this monad enhances a type by adding a success/failure status and an http state. This type is meant to be used by operations that do Http calls.
For more information see http://csharp-functional.readthedocs.io/en/latest/http-result-monad.html.