chromedp/cdp/har/har.go
Kenneth Shaw 7fbfef7cf1 Adding synthesized "HAR" domain to protocol generation
* Added "HAR" domain
* Fixed issue with omitempty on domain types
2017-07-02 18:44:34 +07:00

10 lines
221 B
Go

// Package har provides the Chrome Debugging Protocol
// commands, types, and events for the HAR domain.
//
// HTTP Archive Format.
//
// Generated by the chromedp-gen command.
package har
// AUTOGENERATED. DO NOT EDIT.