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

Update README.md #55

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A utility code that can be used to request Data from services...
This library is based on my experience and need of working in the past company, taking many services in. I could handle any request so far using it, and every time I felt it doesn't support my need, i tried to expand it.

[![NuGet](https://img.shields.io/badge/nuget-v1.7.0-blue)](https://www.nuget.org/packages/AdvancedRestHandler/)
[![Build and Test](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/main.yml/badge.svg)](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/main.yml)
[![SonarCloud](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/build.yml/badge.svg)](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/build.yml)

First install the package using following commands, or download it manually from release section...

Expand Down Expand Up @@ -57,4 +59,4 @@ The Arh `RestHandlerInitializerOptions` is a model that provide options that you
### RestHandlerRequestOptions:
The Arh `RestHandlerRequestOptions` is a model that provide options per request of ARH

- `SslProtocols`: (Does nothing if is set) This option allow you to change your request SSL/TSL protocols
- `SslProtocols`: (Does nothing if is set) This option allow you to change your request SSL/TSL protocols
Loading