Skip to content

Draft: Add an API middleware to browser response in browser.

Abhilash Raj requested to merge maxking/mailman:html-api into master

This adds an WSGI middleware that allows browsing the response in a browser by converting the JSON value into a HTML page. It also inspects the resource serving the response to provide all the Methods that it supports and all the child resources too.

Edited by Abhilash Raj

Merge request reports