doc.go raw

   1  /*
   2  Package http provides the HTTP transport client and request/response types
   3  needed to round trip API operation calls with an service.
   4  */
   5  package http
   6