tstor/pkg/qbittorrent/common.go

11 lines
215 B
Go
Raw Permalink Normal View History

2024-08-31 23:00:13 +00:00
package qbittorrent
import "github.com/gorilla/schema"
const (
ContentTypeJSON = "application/json"
ContentTypeFormUrlEncoded = "application/x-www-form-urlencoded"
)
var encoder = schema.NewEncoder()