tstor/pkg/qbittorrent/common.go
2024-09-01 02:00:13 +03:00

10 lines
215 B
Go

package qbittorrent
import "github.com/gorilla/schema"
const (
ContentTypeJSON = "application/json"
ContentTypeFormUrlEncoded = "application/x-www-form-urlencoded"
)
var encoder = schema.NewEncoder()