clear
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package http
|
||||
|
||||
type Request struct {
|
||||
Method string
|
||||
Path string
|
||||
Protocol string
|
||||
|
||||
Headers []Header
|
||||
|
||||
Body string
|
||||
}
|
||||
|
||||
type Header struct {
|
||||
Name string
|
||||
Value string
|
||||
}
|
||||
Reference in New Issue
Block a user