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:
parent
3edff684a1
commit
c6f5ba09d4
3 changed files with 50 additions and 109 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue