This package includes HttpClient for sending requests over HTTP, as well as HttpRequestMessage and HttpResponseMessage for processing HTTP messages. This package is not supported in Visual Studio 2010, and is only required for projects targeting .NET Framework 4.5, Windows 8, or Windows Phone 8.1 when consuming a library that uses this package. Supported Platforms: - .NET Framework 4 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.
An http handler that takes request for .svgz looks for an svg and compresses it with gzip or deflate based on request headers. If there is already an svgz next to the svg and the client supports gzip then the svgz from the file system is sent out.
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094
Query/Handle Http Request created by Responsible.Core for Web Api.
A simple and easy to use http client with support for all request methods and certificate pinning
An easy to use library for making HTTP requests.
Mock Data Framework helps you mock data for UI tests, without implementing mock classes. The framework simulates server for your application provides you unique data for every your unique http request.
The common package provides supporting classes and methods used by service packages.It includes HTTP request/response (de)serialization, request signing, JSON parsing, and other helper functions.
Middleware for handling timezone in http requests. Similar implementation as Microsoft.AspNetCore.Localization.
ASP.NET Core middleware for queuing incoming HTTP requests, to avoid threadpool starvation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094
Apptrace.Diagnostics.HttpClient notifies outgoing Http requests.
Library for sending Http Requests, including a fluent interface for creating HttpClient instances
This package adds binding extensions to HTTP requests.
- An fork from Toolbelt.Blazor.HttpClientInterceptor - The class library that intercept all of the sending HTTP requests on a OpenSliver application.
Provides a generic OAuth2 handler to be used within System.Net.Http.HttpClient instances, enabling OAuth2 authorization for any requests made through the aforementionet HTTP client. Inspired on: https://github.com/huysentruitw/oauth2-client-handler
Use this Extension for HTTP Endpoints, HTTP Requests, Socket Endpoints, Socket Clients and SSDP discovery
Apptrace.Diagnostics.AspNetCore notifies Web Http requests.
- An fork from Toolbelt.Blazor.HttpClientInterceptor - The class library that intercept all of the sending HTTP requests on a OpenSliver application.
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package. Commonly Used Types: System.Net.HttpWebRequest System.Net.HttpWebResponse System.Net.HttpRequestHeader System.Net.WebException System.Net.WebExceptionStatus System.Net.WebRequest System.Net.WebResponse - 1548494
The F# Data library (FSharp.Data.dll) implements everything you need to access data in your F# applications and scripts. It implements F# type providers for working with structured file formats (CSV, HTML, JSON and XML) and for accessing the WorldBank data. It also includes helpers for parsing CSV, HTML and JSON files and for sending HTTP requests.
Experience is a useful, clean and fast functions library for .NET Projects. You can find the project wiki here: https://github.com/bkarababa/Experience
This is a ModelBinder designed to consume a http request and dynamically build a json serializable object for the Kendo UI Grid datasource. AutoMapper is used to support mapping from ViewModel <> Entity.
WatchDog is a Realtime HTTP (Request & Response) and Exception logger and viewer for ASP.Net Core Web Apps and APIs. It allows developers log and view http requests made to their web application and also exception caught during runtime in their web applications in Realtime. It leverages on LiteDb a Serverless MongoDB-like database with no configuration and SignalR for real-time monitoring.
Provides a Http/WebSocket server that both serves up an Angular Application from a file location. On client HTTP connection requests, the requested file is returned in the HTTP Response. On client WebSocket connections and subsequent WS comms, the server creates and registers a WebSocket client endpoint against the provided clientId. The server can notify the consumer with a Sig, BtnClick or UI ConfigRequest Event when a client connects, requests UI Config and sends a button click message Sig or BtnClick Event.
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package. Commonly Used Types: System.Net.HttpWebRequest System.Net.HttpWebResponse System.Net.HttpRequestHeader System.Net.WebException System.Net.WebExceptionStatus System.Net.WebRequest System.Net.WebResponse - 1548494
This is a ModelBinder designed to consume a http request and dynamically build a json serializable object for the Kendo UI Grid datasource. AutoMapper is used to support mapping from ViewModel <> Entity.
This package adds binding extensions to handle OData queries on HTTP requests.
Middleware that provides HTTP request and response in plain string for logging purposes. Easy to use. Sync/Async support. No configuration is needed if used with ILogger<T>. The logging middleware can also be configured or inherited for a custom logger. Extension methods are included for easy setup as well. No dependencies.
This is an extension module for Zayni Framework's Middle.Service module. It define the http request entities for Middle.Service.HttpCore and Middle.Service.HttpCore.Client. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
The HTTP Read-Eval-Print Loop (REPL) is a lightweight, cross-platform command-line tool that's supported everywhere .NET Core is supported and is used for making HTTP requests to test ASP.NET Core web APIs and view their results.
AWS Cloud Map lets you configure public DNS, private DNS, or HTTP namespaces that your microservice applications run in. When an instance of the service becomes available, you can call the AWS Cloud Map API to register the instance with AWS Cloud Map. For public or private DNS namespaces, AWS Cloud Map automatically creates DNS records and an optional health check. Clients that submit public or private DNS queries, or HTTP requests, for the service receive an answer that contains up to eight healthy records.
WatchDog is a Realtime Message, Event, HTTP (Request & Response) and Exception logger and viewer for ASP.Net Core Web Apps and APIs. It allows developers log and view messages, events, http requests made to their web application and also exception caught during runtime in their web applications, all in Realtime. It leverages SignalR for real-time monitoring and LiteDb a Serverless MongoDB-like database with no configuration with the option of using your external databases.
HttpClientDiagnostics is a cross platform, portable class library that provides tracing/logging telemetry of Microsoft.Net.HttpClient requests. In the spirit of "applications decide the logging framework, libraries should play nice" this package does _not_ require any external dependencies or abstractions like Common.Logging. Logging all happens automatically, behind the scenes, without you needing to know how or care how to wire this up thanks to the amazing LibLog. It’s like magic! Its the future.
HTTP client request library
gRPC-JSON transcoder - This is a filter which allows a RESTful JSON API client to send requests to .NET web server over HTTP and get proxied to a gRPC service
Components for Data Protection, Secure Storage, Secure Transfer, and Advanced Electronic Signatures, including PAdES for PDF, XAdES for XML, and full support for Hardware Security Modules (HSM).
# YouZack.FromJsonBody Bind simple parameter of Action with HttpBody of Json format. For ASP.Net Core MVC and ASP.Net Core WebAPI ··· public async Task<IActionResult> Test([FromJsonBody]string phoneNumber, [FromJsonBody]string test1, [FromJsonBody]int? age, [FromJsonBody] bool gender, [FromJsonBody] double salary); ··· Http Body: {"phoneNumber":"110112119","age":18,"gender":true} and ContentType of request should be application/json Add following code to Startup before app.UseEndpoints(): ··· app.UseFromJsonBody();//using YouZack.FromJsonBody; ··· Done! To KEEP IT SIMPLE, YouZack.FromJsonBody only supports simple parameter types,like int,long,double,bool,Enum,string ,but does not support complex types,like Array,List,POCO etc. If you want to use complex types, please go backwards to '[FromBody]' and ModelBinder.
A few useful extensions for making testing against the PeanutButter.SimpleHTTPServer.HttpServer cleaner and easier to read, providing extensions to: - test for requests - test for headers
Show busy/loading indicators on any $http or $resource request, or on any promise.
A wrapper for HttpClient that simplifies things, and uses normal error codes instead of exceptions for network errors
Light-weight http server with request handling pipeline