add debug logging for request and response

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-03-15 22:26:14 +03:00
parent 5fa952c86a
commit 42bdd79b3d
4 changed files with 58 additions and 8 deletions

2
go.mod
View File

@@ -1,5 +1,5 @@
module go.unistack.org/micro-client-http/v3
go 1.16
go 1.18
require go.unistack.org/micro/v3 v3.10.16