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