Skip to content

Commit

Permalink
Move sansio code to a sansio module
Browse files Browse the repository at this point in the history
This makes the naming a little easier (called request and response),
and allows the sansio module to be considered private/development. The
latter is desired as it isn't clear (yet) how to specify the IO
interface - in an abstract manner so that both sync and async
implementations exist.

This also allows further sansio, rather than WSGI based code, to be
added in a clear location - clear to future authors that the code must
not be WSGI or ASGI or IO specific.
  • Loading branch information
pgjones committed Jan 19, 2021
1 parent 65ff325 commit 2bf997c
Show file tree
Hide file tree
Showing 5 changed files with 1,034 additions and 1,020 deletions.
Empty file added src/werkzeug/sansio/__init__.py
Empty file.
Loading

0 comments on commit 2bf997c

Please sign in to comment.