Request Content Checksums

    Fortunately this is however very simple to change by wrapping the inputstream.

    The following example calculates the SHA1 checksum of the incoming data asit gets read and stores it in the WSGI environment:

    Example usage:

    1. @app.route('/special-api', methods=['POST'])def special_api(): hash = generate_checksum(request)