Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated copyright #1780

Merged
merged 1 commit into from
Mar 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ features:
details: Send objects as the request body in JSON or XML, or as a form. Upload and download files as bytes or as streams.
- title: Parameters
details: Add query, URL segment, body, form or header parameter using an easy and fluent API
footer: Apache 2.0 Licensed | Copyright © 2009-2021 John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community.
footer: Apache 2.0 Licensed | Copyright © 2009-2022 John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community.
---

RestSharp is probably the most popular HTTP client library for .NET. Featuring automatic serialization and deserialization, request and response type detection, variety of authentications and other useful features, it is being used by hundreds of thousands of projects.
Expand Down