mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
782a3411a7
I mostly just added a bunch of encoding, especially around the HTTP Digest Auth stuff. This commit also adds six as a dependency.
4 lines
45 B
Python
4 lines
45 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from .core import *
|