Tom Christie
bcf876c686
Use isort for consistent import ordering ( #156 )
2018-10-29 14:46:42 +00:00
Tom Christie
67b8d71601
Revisit WebSocket status codes ( #119 )
2018-10-18 08:47:04 +01:00
Jeff Buttars
eed466abbc
Add http and websocket status codes with descriptive variables ( #43 )
...
* Add status.py for http and websocket status code with descriptive
variable names.
* Fix import of status
* Add status usage to tests
* change wsconnect to websocket_connect
* Update with master
2018-10-17 12:31:20 +01:00
Tom Christie
94044e5991
Tweaks to URL datastructure ( #81 )
...
* Tweaks to URL datastructure
* Linting
2018-10-05 11:29:06 +01:00
Tom Christie
a24ba66556
Type hinting
2018-10-02 13:24:02 +01:00
Marcos Schroh
041381e40c
Missing annotations on websockets module. ( #69 )
...
* fix(Missing annotation): missing annotations added on websockets module.
* fix(websockets annotations): implied optionals should be used.
2018-10-02 13:15:33 +01:00
Tom Christie
78d1829758
Version 0.3 ( #57 )
...
* Renamings
* Version 0.3.0
* Black formatting
* Update docs for 0.3
2018-09-05 11:39:38 +01:00
Jordan Eremieff
f4fe0ec312
Name changes ( #55 )
...
* Rename View -> HTTPEndpoint
* Rename views doc file -> endpoints
* Rename request/response files -> requests/responses, update imports, update docs
* Rename WebSocketSession -> WebSocket, rename session -> websocket in docs
* Full module imports in tests and source, removing imports from __init__ file
* Fix name in testclient doc
2018-09-05 10:29:04 +01:00
Tom Christie
2519f83765
client.wsconnect -> client.websocket_connect
2018-08-28 14:45:06 +01:00
Tom Christie
6f948e95b4
WebSockets support ( #37 )
...
* WebSockets support
* WebSockets support
* WebSockets support
* Black formatting
* Add missing descriptions against websocket test session docs
* Add missing descriptions against websocket test session docs
* Add note on session.send() / session.receive()
2018-08-17 16:36:48 +01:00