Skip to content

Commit

Permalink
Added extra docs to middleware.
Browse files Browse the repository at this point in the history
  • Loading branch information
synchronizing committed Jan 5, 2022
1 parent b9f4b9e commit 03b0df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mitm/middleware.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Custom middlware implementation for the MITM proxy.
"""

from abc import ABC, abstractstaticmethod

from .core import Connection
Expand Down

0 comments on commit 03b0df5

Please sign in to comment.