orchard/internal/responder
Nikolay Edigaryev 6a325daf74
Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105)
* Switch from golang.org/x/net/websocket to nhooyr.io/websocket

* Do not attach errors that we can handle to the Gin's context

* Add missing newline to "no credentials specified or found, ..." message

* Fix potential NPE in ChooseUsernameAndPassword()

* Fix type in PortForward() error message in "orchard ssh vm"

* Fix potential NPE in Connections()

* Use header.Set() for consistency's sake for Authorization header
2023-07-04 18:10:41 +04:00
..
code.go Refactored working with a storage (#20) 2023-02-08 19:36:30 -05:00
empty.go Port forwarding support (#30) 2023-03-14 11:31:13 -04:00
error.go Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105) 2023-07-04 18:10:41 +04:00
json.go Refactored working with a storage (#20) 2023-02-08 19:36:30 -05:00
responder.go Refactored working with a storage (#20) 2023-02-08 19:36:30 -05:00