https://github.com/skybrud/skybrud.essentials.http
.NET library for making HTTP requests.
https://github.com/skybrud/skybrud.essentials.http
get http limbo oauth oauth1 patch post put rest skybrud skybrud-essentials
Last synced: 3 months ago
JSON representation
.NET library for making HTTP requests.
- Host: GitHub
- URL: https://github.com/skybrud/skybrud.essentials.http
- Owner: skybrud
- License: mit
- Created: 2018-08-21T19:37:07.000Z (almost 8 years ago)
- Default Branch: v1/main
- Last Pushed: 2025-04-24T19:23:40.000Z (about 1 year ago)
- Last Synced: 2025-10-18T16:49:46.068Z (8 months ago)
- Topics: get, http, limbo, oauth, oauth1, patch, post, put, rest, skybrud, skybrud-essentials
- Language: C#
- Homepage: https://packages.skybrud.dk/skybrud.essentials.http/
- Size: 14.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skybrud.Essentials.Http
[](https://github.com/skybrud/Skybrud.Essentials.Http/blob/v1/main/LICENSE.md)
[](https://www.nuget.org/packages/Skybrud.Essentials.Http)
[](https://www.nuget.org/packages/Skybrud.Essentials.Http)
[](https://packages.limbo.works/skybrud.essentials.http/)
`Skybrud.Essentials.Http` is a small .NET library for making HTTP requests, as well as working with OAuth 1.0a and OAuth 2 service providers.
### Installation
Install the package via [**NuGet**][NuGetPackage]. To install the package, you can use either .NET CLI:
```
dotnet add package Skybrud.Essentials.Http
```
or the NuGet Package Manager:
```
Install-Package Skybrud.Essentials.Http
```
### Dependencies
- [**Skybrud.Essentials**](https://github.com/skybrud/Skybrud.Essentials)
A package with logic for handling various common tasks in .NET.
- [**Json.NET**](https://github.com/jamesnk/newtonsoft.json)
Used for searializing/deserializing JSON.
### Found a bug? Have a question?
* Please feel free to [**create an issue**][Issues], and I will get back to you ;)
### Changelog
The [**releases page**][GitHubReleases] lists the relevant changes from each release.
### Documentation
You can find documentation and examples at the [**packages.skybrud.dk** website](https://packages.limbo.works/skybrud.essentials.http/) :wink:
[NuGetPackage]: https://www.nuget.org/packages/Skybrud.Essentials.Http
[GitHubRelease]: https://github.com/skybrud/Skybrud.Essentials.Http/releases/latest
[GitHubReleases]: https://github.com/skybrud/Skybrud.Essentials.Http/releases
[Changelog]: https://github.com/skybrud/Skybrud.Essentials.Http/releases
[Issues]: https://github.com/skybrud/Skybrud.Essentials.Http/issues