Tiny.RestClient v1.6.0 Release Notes

Release Date: 2018-10-27 // over 5 years ago
    • ➕ Add support of Entity Tag (ETag)

    0️⃣ ETag is not enabled by default to enable it :

    client.Settings.ETagContainer = new ETagFileContainer(@"C:\ETagFolder");
    

    You can also enable on only on specific request like below :

    request.WithETagContainer(eTagContainer);
    
    • ➕ Add support of string content (for mono part and multipart requests) cs request.AddStringContent("myContent").ExecuteAsycnc();
    • Now the assembly is strong named