Ada
8968046b11
/ can now read body and create paste, for curl like client, web create with full settings is move to /create
8 lines
150 B
Go
8 lines
150 B
Go
package constant
|
|
|
|
import "time"
|
|
|
|
const (
|
|
HTTPTimeout = 3 * time.Second
|
|
ExpirationCurlCreate = 604800 * time.Second // Second in one week
|
|
)
|