Esempio n. 1
0
func (p *GAEProxy) Features() proxy.Feature {
	var f proxy.Feature
	f.MaxRequestBody = 768 * 1024
	return f
}
Esempio n. 2
0
func (p *PaasProxy) Features() proxy.Feature {
	var f proxy.Feature
	f.MaxRequestBody = -1
	return f
}