8 lines
182 B
Go
8 lines
182 B
Go
package constants
|
|
|
|
const (
|
|
HTTPUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
|
|
HTTPPrefix = "http://"
|
|
HTTPSPrefix = "https://"
|
|
)
|