django-http-debug

Django app for creating endpoints that log incoming request and return mock data

APACHE-2.0 License

Downloads
303
Stars
47
Committers
1

Bot releases are hidden (Show)

django-http-debug - 0.2 Latest Release

Published by simonw 2 months ago

  • Now correctly logs a request's query string. #2
  • Improved display of logged requests, including partially decoding base64 binary request. #3
  • Endpoints can now be configured to return binary data using base64 stored in the content field, plus a content type. #4
  • Ability to disable logging for an endpoint. #5
django-http-debug - 0.1a0

Published by simonw 2 months ago

  • Initial alpha. #1