49 feat add cookies (#98)
* build client side validation and submission * enabled cookies submission, bug fixes
This commit is contained in:
@@ -71,3 +71,8 @@ type DownloadRequest struct {
|
||||
Rename string `json:"rename"`
|
||||
Params []string `json:"params"`
|
||||
}
|
||||
|
||||
// struct representing request of creating a netscape cookies file
|
||||
type SetCookiesRequest struct {
|
||||
Cookies string `json:"cookies"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user