modulepackage
0.0.0-20200401164548-02dff4353919
Repository: https://github.com/omgommt/flash_http.git
Documentation: pkg.go.dev
# README
flash_http
A http client with wrapper on fast_http and hystrix
Version = 1.7 Release Date = 19th August 2019
v1.7
- Bug Fix: Hystrix always has default key.
# Functions
Common http service for all external calls, in sync.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetHystixCommand.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxConcurrent is how many commands of the same type can run at the same time.
No description provided by the author
ErrorPercentThreshold causes circuits to open once the rolling measure of errors exceeds this percent of requests.
No description provided by the author
VolumeThreshold is the minimum number of requests needed before a circuit can be tripped due to health.
No description provided by the author
SleepWindow is how long, in milliseconds, to wait after a circuit opens before testing for recovery.
No description provided by the author
Timeout is how long to wait for command to complete, in milliseconds.