--- /tmp/python-wsproto-0.15.0-39wnryevp/debian/python-wsproto-doc_0.15.0-3_all.deb +++ python-wsproto-doc_0.15.0-3_all.deb ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -30,15 +30,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 304 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/_static/documentation_options.js │ │ │ -rw-r--r-- 0 root (0) root (0) 286 2019-03-09 14:07:37.000000 ./usr/share/doc/python-wsproto-doc/html/_static/file.png │ │ │ -rw-r--r-- 0 root (0) root (0) 10847 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/_static/language_data.js │ │ │ -rw-r--r-- 0 root (0) root (0) 90 2019-03-09 14:07:37.000000 ./usr/share/doc/python-wsproto-doc/html/_static/minus.png │ │ │ -rw-r--r-- 0 root (0) root (0) 90 2019-03-09 14:07:37.000000 ./usr/share/doc/python-wsproto-doc/html/_static/plus.png │ │ │ -rw-r--r-- 0 root (0) root (0) 4395 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/_static/pygments.css │ │ │ -rw-r--r-- 0 root (0) root (0) 14501 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/advanced-usage.html │ │ │ --rw-r--r-- 0 root (0) root (0) 55418 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/api.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 55423 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/api.html │ │ │ -rw-r--r-- 0 root (0) root (0) 29187 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/basic-usage.html │ │ │ -rw-r--r-- 0 root (0) root (0) 18699 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/genindex.html │ │ │ -rw-r--r-- 0 root (0) root (0) 6986 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/index.html │ │ │ -rw-r--r-- 0 root (0) root (0) 4910 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/installation.html │ │ │ -rw-r--r-- 0 root (0) root (0) 1096 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/objects.inv │ │ │ -rw-r--r-- 0 root (0) root (0) 3446 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/search.html │ │ │ -rw-r--r-- 0 root (0) root (0) 10013 2020-01-12 22:00:48.000000 ./usr/share/doc/python-wsproto-doc/html/searchindex.js │ │ ├── ./usr/share/doc/python-wsproto-doc/html/api.html │ │ │ @@ -84,15 +84,15 @@ │ │ │

Feed network data into the connection instance.

│ │ │

After calling this method, you should call events() to see if the │ │ │ received data triggered any new events.

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │
Parameters:data (bytes) – Data received from remote peer
Parameters:data (bytes) – Data received from remote peer
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ @@ -236,16 +236,16 @@ │ │ │

This should be used if the request has already be received and │ │ │ parsed.

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
Parameters:
    │ │ │ -
  • headers (list) – HTTP headers represented as a list of 2-tuples.
  • │ │ │ -
  • path (str) – A URL path.
  • │ │ │ +
  • headers (list) – HTTP headers represented as a list of 2-tuples.
  • │ │ │ +
  • path (str) – A URL path.
  • │ │ │
│ │ │
│ │ │
│ │ │ │ │ │ @@ -255,15 +255,15 @@ │ │ │

Receive data from the remote.

│ │ │

A list of events that the remote peer triggered by sending │ │ │ this data can be retrieved with events().

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │
Parameters:data (bytes) – Data received from the WebSocket peer.
Parameters:data (bytes) – Data received from the WebSocket peer.
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ @@ -274,15 +274,15 @@ │ │ │ state.

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ + │ │ │ │ │ │ │ │ │
Returns:Data to send to the WebSocket peer.
Return type:bytes
Return type:bytes
│ │ │
│ │ │ │ │ │