Questions tagged [brubeck]

Brubeck is a flexible Python web framework that aims to make the process of building scalable web services easy.

Brubeck is a flexible Python web framework that aims to make the process of building scalable web services easy.

http://brubeck.io/

1 questions
1
vote
1 answer

How to parse form posted data in Python (brubeck)?

My code is: class GameSession(JSONMessageHandler, UserHandlingMixin): @allow_all def post(self): s = self.s = Session() payload = self.message.body # payload = json.loads(payload) print 'payload start' …
Shamoon
  • 41,293
  • 91
  • 306
  • 570