24 packages
returned for Tags:"HttpRequest"
Filter
RestRequest - Simple .NET REST Client, based on .NET Standard 2.0.
A .Net Helper Library For Rapid Development.Give You A Easy Way Send Http Request
Easily test your code that makes HTTP requests with this library of fakes.
用于快速进行Http请求的链式拓展方法库
Example Usage:
var url = "http://www.domain.com/api";
var response = await url.CreateHttpRequest()
.UseUserAgent(UserAgents.FireFox)
.AddHeader("header1", "header1Value")
.UsePost()...
More information
892 total downloads
last updated 11/20/2019
Latest version: 1.0.3.1
httprequest
never library
The Amazing DotNet-Library
用于 Cuture.Http 库的 Newtonsoft.Json 功能支持
简单、易用、高效 一个有态度的开源.Net Http请求框架!可以用制作爬虫,api请求等等。让你感受一个简易到极致的HTTP编程. 让编程更简易,代码更简洁。用法请查看:https://github.com/stulzq/HttpCode.Core
Checks if id in url and body are the same for http put requests.
214 total downloads
last updated 1/12/2021
Latest version: 1.0.1
slack
httprequest
Small library to help make building slack apps easier when you have access to an HttpRequest object
Create an HttpRequestMessage from cURL Syntax
A simple c# ASP.Net Core extension to read the HTTP request body without consuming it
HTTP request pipeline manager for ASP.Net Core applications
The first version of a simple library to call rest APIs.
Uses stream to write responses and static httpclient to more efficience.
a simple c# package to make http requests in one line ;)
C# util for getting absolute/relative urls.
A .Net Core authentication scheme that helps validate/authenticate given http request header value(s) in a clean way.