Library: Arcadia.Http



     Arcadia.Http library is used to handle HTTP request/response in .NET application. We want to simplify ways to handle HTTP request/response with C# interface (HTTP Service) and annotation. User just creating method inside the interface and putting some essential annotations. After the user invoke the HTTP service via ArcadiaHttpClient class, the library will interpret invoked HTTP service method into ordinal Microsoft HTTPClient implementation. After the response coming back, the library will transform those raw bytes of data into C# object inside ArcadiaHttpResponse<T> class.

Comments