mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-11 23:47:32 +08:00
8 lines
223 B
Go
8 lines
223 B
Go
package pkg
|
|
|
|
import "net/http"
|
|
|
|
func DefaultRequestHeader(header http.Header) {
|
|
header.Set("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36")
|
|
}
|