create mini http client
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package http
|
||||
|
||||
type Header struct {
|
||||
Name string
|
||||
Value string
|
||||
}
|
||||
Reference in New Issue
Block a user