Display POST body parameters as tables

Replace a whole bunch of special-casing for POST body parameters with the same
logic as is used for response objects: represent all but the top-level as
tables.
This commit is contained in:
Richard van der Hoff 2016-01-07 22:04:30 +00:00
parent 3edff684a1
commit c6f5ba09d4
3 changed files with 50 additions and 109 deletions

View file

@ -224,6 +224,8 @@ if __name__ == '__main__':
if args.verbose:
logging.basicConfig(level=logging.DEBUG)
else:
logging.basicConfig(level=logging.INFO)
if not args.input:
raise Exception("Missing [i]nput python module.")