Slide 17
Slide 17 text
How to connect Other HTTP API (Resty)
• Links
• https://github.com/go-resty/resty
• Feature
• GET, POST, PUT, DELETE, HEAD, PATCH, OPTIONS
• Request header, query, path param
• Request body: string, []byte, struct, map, slice and io.Reader (Auto
detects Content-Type)
• Retry
• Request and Response middlewares