Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 564 Bytes

README.md

File metadata and controls

27 lines (27 loc) · 564 Bytes

Django-httpbin

httpbin in django
DONE:

  • /
  • /ip
  • /user-agent
  • /headers
  • /get
  • /post
  • /put
  • /delete
  • /encoding/utf8
  • /gzip
  • /deflate
  • /status/:code
  • /response-headers
  • /redirect/:n
  • /redirect-to?url=foo
  • /redirect-to?url=foo&status_code=307
  • /relative-redirect/:n
  • /absolute-redirect/:n
  • /cookies
  • /cookies/set?name=value
  • /cookies/delete?name
  • /basic-auth/:user/:passwd
  • /hidden-basic-auth/:user/:passwd
  • /digest-auth/:qop/:user/:passwd/:algorithm