-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change namespace to ring.websocket.*
This fits in better with other libraries like ring.websocket.transit, and the 'websocket' part of the name feels more significant than the 'middleware' part. In addition, the naming prefix of the function, i.e. wrap-, also indicates the function is middleware.
- Loading branch information
1 parent
762f1c6
commit 763acce
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/ring/middleware/websocket_keepalive.clj → src/ring/websocket/keepalive.clj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...g/middleware/websocket_keepalive_test.clj → test/ring/websocket/keepalive_test.clj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters