GetHeader returns the header of http responce
()
| 52 | |
| 53 | // GetHeader returns the header of http responce |
| 54 | func (this *Page) GetHeader() http.Header { |
| 55 | return this.header |
| 56 | } |
| 57 | |
| 58 | // SetHeader save the cookies of http responce |
| 59 | func (this *Page) SetCookies(cookies []*http.Cookie) { |