Skip to content

Latest commit

 

History

History

http-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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