summaryrefslogtreecommitdiff
path: root/docs/source/examples.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update docs to fix #863 (#872)engn33r2022-10-261-2/+2
|
* Clean README, run doctest CI on README examplesengn33r2022-08-261-0/+62
|
* Replace 'coming soon' in docs with valid examplesengn33r2022-08-251-2/+23
|
* Add doctest CI to sphinx docsengn33r2022-08-251-213/+192
|
* Remove rel.saferead() because of WrappedDispatcherengn33r2022-03-111-1/+0
|
* Minor improvement of example documentationengn33r2022-02-251-3/+9
|
* Fix examples rendering errorengn33r2022-02-251-25/+25
|
* Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLsengn33r2022-02-251-50/+47
|
* Simplify "with" example (#772) (#774)Mr Keuz2021-12-301-9/+2
|
* Add with statement example to fix #772engn33r2021-12-281-0/+27
|
* rel example (#770)bubbleboy142021-12-131-0/+19
| | | | | | | | | | | | | | | Add example of ws.run_forever(dispatcher) to demonstrate using dispatcher * rel example * tweaked rel example for linter * added rel note to examples.rst * slightly more compact example * added example header * matched wording
* Remove Docker Compose example (v2 switched to golang)engn33r2021-12-011-1/+0
|
* Clarify wording in ping/pong example (#768)Dan Swain2021-12-021-4/+4
|
* Ping/Pong behaviour explained in Example doc. (#733)Julian2021-08-251-15/+27
| | | | | | | | | | | | | | * Ping/Pong behaviour explained in Example doc. Demoted Post-Connection features. Added context for Autobahn. Copy edit. Corrected misstatements about auto-responding pongs (Applies to WebSocket and WebApp). Removed example of calling pong() - not necessary. Explained the websocketapp example including auto-pinging and checks for response. * Improvements from review comments Fix grammar. Add comment. Co-authored-by: Julian-O <kraken@somethinkodd.com>
* Revert #417 and reimplement proxy support with python-socksengn33r2021-08-101-7/+14
| | | | | | | | | | | | Due to the ongoing license change process in #697, PR #417 from @jhtitor needed to be removed. PR #417 added SOCKS proxy support using PySocks, which is the most popular Python SOCKS proxy and is used by libraries such as 'requests' and 'urllib3'. However, as of mid-2021, PySocks has not seen any activity since Sep 2019 and has several open issues. Because PySocks does not appear to be maintained and has no forks that are actively trying to replace the old repository, python-socks may be a better choice going forward. Although python-socks is a newer project, it has good code coverage and recent commits from earlier this year (2021).
* Improve local socket connection examplesengn33r2021-05-301-3/+20
|
* Add status code examples to docs, improve unit testsengn33r2021-05-061-4/+59
|
* Add custom opcode example to docsengn33r2021-05-041-0/+36
|
* Improve proxy example in docsengn33r2021-04-291-8/+23
|
* Add docs for custom maskingengn33r2021-04-261-4/+56
|
* Minor documentation updateengn33r2021-03-311-0/+1
|
* Improve threading documentationengn33r2021-03-291-3/+1
|
* Add Connection Close Status Codes documentationengn33r2021-03-041-0/+45
|
* Add more real-world examples, upgrade PyPI upload.sh scriptengn33r2021-03-031-3/+10
|
* Reshuffle and enhance documentationengn33r2021-02-191-4/+43
|
* Add timeout examples to documentationengn33r2021-02-151-6/+56
|
* Add basic ping/pong and HTTP proxy documentation and examplesengn33r2021-02-141-2/+87
|
* Add suppress origin example to documentationengn33r2021-02-061-1/+31
|
* Improve documentation, mostly new examples but some code comment upgradesengn33r2021-02-061-6/+157
|
* Fixes #631engn33r2021-02-061-0/+18
|
* Add sample connection code to example docs pageengn33r2021-02-051-1/+61
|
* Add first draft of Sphinx documentationengn33r2021-01-311-0/+9