https://github.com/cylonchau/gorest
Transplanted from kubernetes client-go's rest client http client
https://github.com/cylonchau/gorest
http-client kubernetes rest rest-api
Last synced: 6 months ago
JSON representation
Transplanted from kubernetes client-go's rest client http client
- Host: GitHub
- URL: https://github.com/cylonchau/gorest
- Owner: cylonchau
- Created: 2023-01-19T15:22:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T15:11:25.000Z (over 2 years ago)
- Last Synced: 2024-11-19T08:46:22.670Z (over 1 year ago)
- Topics: http-client, kubernetes, rest, rest-api
- Language: Go
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# restclient
Transplanted from kubernetes client-go's rest client http client
### Features
- HTTP Authtication
- Timeout
- Failer retry
- Cancel(with context)
- HTTP Proxy
- Native go net.http package
- Rest Style
### Installation
```
go get github.com/cylonchau/restclient
```
### Example
- [example](https://github.com/cylonchau/restclient/tree/main/example/main.go)