MCPcopy
hub / github.com/hu17889/go_spider / GetHeader

Method GetHeader

core/common/page/page.go:54–56  ·  view source on GitHub ↗

GetHeader returns the header of http responce

()

Source from the content-addressed store, hash-verified

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

Callers 1

downloadFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected