aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/test_encoding.py
Commit message (Collapse)AuthorAgeFilesLines
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-201-1/+1
| | | | There's a LOT more to be done refactoring our different conflicting test utils.
* netlib.encoding -> netlib.http.encodingAldo Cortesi2016-10-201-0/+73
Encoding is highly specific to http, and only used within this module.