mozillazg / request

A developer-friendly HTTP request library for Gopher.
https://godoc.org/github.com/mozillazg/request
MIT License
426 stars 40 forks source link

HTTP Basic Authentication #4

Closed mozillazg closed 9 years ago

mozillazg commented 9 years ago
type BasicAuth struct {
    Username string
    Password string
}
a.BasicAuth = BasicAuth{Username: "foo", Password: "bar"}