1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-23 22:11:10 +02:00
Files
imgproxy/cookies/errors.go
Victor Sokolov 7abda277ab IMG-26: transport.Common, cookies, errorreport (#1544)
* transport.Common relies on config

* cookies instance

* errorreport package turned into instance
2025-10-01 19:10:14 +02:00

6 lines
99 B
Go

package cookies
type cookieError string
func (e cookieError) Error() string { return string(e) }