Add client authorization example

This commit is contained in:
adnano
2020-09-27 17:39:44 -04:00
parent a691e3cc8b
commit b46a05e5ff
3 changed files with 163 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ func makeRequest(url string) {
if err != nil {
log.Fatal(err)
}
req.Certificate = cert
req.Certificate = &cert
resp, err := client.Send(req)
if err != nil {