Skip to content

Commit

Permalink
docs: add info about resty
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbolgarin authored Dec 9, 2024
1 parent 084b63a commit a3d123c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

The **cliex** package is a robust and extensible HTTP client designed for making HTTP requests in Go applications, leveraging the capabilities of the `resty` library. It simplifies the process of sending HTTP requests and provides advanced features such as configuration options, circuit breaking, retries, and more.

This package is a wrapper on [resty](https://github.com/go-resty/resty) — it makes HTTP requests less verbose, adds request based retry settings and a circuit breaker.

## Table of Contents

1. [Introduction](#introduction)
Expand Down

0 comments on commit a3d123c

Please sign in to comment.