An open API service indexing awesome lists of open source software.

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

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)