[v3] update ci (#151)
All checks were successful
coverage / build (push) Successful in 2m49s
test / test (push) Successful in 20m0s

* update ci

* cleanup
This commit is contained in:
2025-05-05 21:25:08 +05:00
committed by GitHub
parent b89246b18c
commit ea64ce0eab
5 changed files with 117 additions and 70 deletions

View File

@@ -1,4 +1,5 @@
# HTTP Client
![Coverage](https://img.shields.io/badge/Coverage-22.6%25-red)
This plugin is a http client for micro.
@@ -59,4 +60,3 @@ Json with content-type application/json
```go
client.NewJsonRequest("service", "/path", jsonRequest{})
```