Found 97 packages
Extensions for HttpClient
Azure Key Vault enables users to store and use cryptographic keys within the Microsoft Azure environment. Azure Key Vault supports multiple key types and algorithms and enables the use of Hardware Security Modules (HSM) for high value customer keys. In addition, Azure Key Vault allows users to securely store secrets in a Key Vault; secrets are limited size octet objects and Azure Key Vault applies no specific semantics to these objects. A Key Vault may contain a mix of keys and secrets at the same time, and access control for the two types of object is independently controlled. Users, subject to appropriate authorization, may: 1) Manage cryptographic keys using Create, Import, Update, Delete and other operations 2) Manage secrets using Get, Set, Delete and other operations 3) Use cryptographic keys with Sign/Verify, WrapKey/UnwrapKey and Encrypt/Decrypt operations. Operations against Key Vaults are authenticated and authorized using Azure Active Directory. Key Vault now supports certificates, a complex type that makes use of existing key and secret infrastructure for certificate operations. KV certificates also support notification and auto-renewal as well as other management features. This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.
HttpLib is a free (Apache 2.0 License) web request helper for .Net that makes it easier for developers to access and download resources from the internet. - Supports most HTTP Verbs: GET / POST / PUT / DELETE and more - Upload and download files to disk - Progress monitor for file uploads/downloads - Completely asynchronous operation
Lightweight http library for .NET. Simple post, get, delete and other queries (sync/async). There is no serialization/deserialization framework dependency. Examples: https://github.com/Viridovics/AirHttp#simple-start
上传 下载 Get、Post、Put、Delete
.NET HTTP Client Service library. Use this library to quickly bootstrap your .NET HttpClient Service calls. It uses the System.Net.Http library. You pass in your routes and objects for the calls - Get, Post, Put, Patch, Delete. It returns an HttpResponseMessage/String Response depending on the method called which you can then utilize in your projects.
便捷的HttpClient库 支持GET/POST/PUT/Delete 上传文件/文件参数 =========================== 使用HttpWebRequest实现
Collection of helper functions for interacting with HTTP calls
Ferramenta para utlizar o REST, http rest api post get put delete afonsoft
A RESTful API is an application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data.
Json.NET web client
Provides base class functionality that serves as an HTTP data proxy implementation. Use this to quickly create peasy data proxies that communicate with HTTP services via GET, POST, PUT, and DELETE invocations.
AWS IoT-Data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the AWS cloud. It implements a broker for applications and things to publish messages over HTTP (Publish) and retrieve, update, and delete thing shadows. A thing shadow is a persistent representation of your things and their state in the AWS cloud.
增加配置参数 DeleteOnFail 设置后当接口中请求的数据返回非200状态则将任务标记为删除状态
Small extension library which adds an DeleteWithBodyAsync method to your HttpClient
This client library allow you to make http request easily. How to use: var address = "http://localhost:50787/api/Test/Test"; var requestModel = new RequestModel() { Id = "guid" }; var result = new HttpClientHelper().PostJson<ResponseModel>(address, "Basic", "***", requestModel);
Provides HTTP resource upload and delete operations via HttpClient.
便捷的HttpClient库 支持GET/POST/PUT/Delete,上传与下载的进度监控,既可以上传文件等二进制数据,也可以上传表单键值对 =========================== 使用HttpClient 新增HttpDown多线程断点续传下载
Allows you to list (get), update and delete Windows HTTP Server API rules.