Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 330 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 330 Bytes

HTTP Client

  • Simple a basic HTTP client demonstrating GET and POST calls

  • Parallel performs parallel GET requests utilizing Go routines

  • Cookies shows how to work with cookies

  • Sophisticated http client with tracing and dumping requests/responses for full control