migmig icon indicating copy to clipboard operation
migmig copied to clipboard

Simple HTTP Client for Golang

Results 1 migmig issues
Sort by recently updated
recently updated
newest added

Http Headers should not be represented using `map[string]string` because they can appear multiple times in a request/response. For example, the only way you can set multiple cookies is by using...

enhancement