stop forcing GET bodies through ?payload

it's unclear why we had this behavior in the first place, but alas, no more.

closes #264
This commit is contained in:
Reed Allman
2017-09-05 13:59:42 -07:00
parent 8180dca842
commit 4569b7fd69
2 changed files with 0 additions and 8 deletions

View File

@@ -38,7 +38,6 @@ import (
// TODO all Datastore methods need to take unit of tenancy (app or route) at least (e.g. not just call id)
// TODO limit the request body length when making calls
// TODO discuss concrete policy for hot launch or timeout / timeout vs time left
// TODO can we get rid of 'GET url?payload' weirdness?
// TODO call env need to be map[string][]string to match headers behavior...
// TODO it may be nice to have an interchange type for Dispatch that can have
// all the info we need to build e.g. http req, grpc req, json, etc. so that