[PR #42] [MERGED] Feature/websockets #86

Closed
opened 2026-03-02 23:02:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/agrinman/tunnelto/pull/42
Author: @agrinman
Created: 4/26/2021
Status: Merged
Merged: 4/28/2021
Merged by: @agrinman

Base: masterHead: feature/websockets


📝 Commits (4)

📊 Changes

10 files changed (+255 additions, -33 deletions)

View changed files

📝 Cargo.toml (+4 -1)
📝 tunnelto/src/introspect/mod.rs (+162 -1)
tunnelto/src/introspect/ws_util.rs (+59 -0)
📝 tunnelto/static/css/styles.css (+3 -3)
📝 tunnelto/templates/body_detail.html (+1 -1)
📝 tunnelto_server/src/config.rs (+0 -8)
📝 tunnelto_server/src/network/mod.rs (+7 -2)
📝 tunnelto_server/src/network/proxy.rs (+2 -2)
📝 tunnelto_server/src/network/server.rs (+2 -2)
📝 tunnelto_server/src/remote.rs (+15 -13)

📄 Description

Addresses #31

  • add support for forwarding to a local WebSocket server
  • basic debug message logs in the web inspector dashboard website

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/agrinman/tunnelto/pull/42 **Author:** [@agrinman](https://github.com/agrinman) **Created:** 4/26/2021 **Status:** ✅ Merged **Merged:** 4/28/2021 **Merged by:** [@agrinman](https://github.com/agrinman) **Base:** `master` ← **Head:** `feature/websockets` --- ### 📝 Commits (4) - [`8359412`](https://github.com/agrinman/tunnelto/commit/835941290cd7e10c12ebc4b995b81b584f9e25e6) checkpoint - [`8347059`](https://github.com/agrinman/tunnelto/commit/8347059cda2fc78ca81b7a43b0d0307740b1c3cd) add support for websocket tunneling - [`4986f95`](https://github.com/agrinman/tunnelto/commit/4986f95f2d4dc3c40f2eb0d1ebd4be59030861b7) improving trace logging formats - [`b63fcba`](https://github.com/agrinman/tunnelto/commit/b63fcba82d51607b9325a67b030d15f78124a998) rust dev debug split ### 📊 Changes **10 files changed** (+255 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+4 -1) 📝 `tunnelto/src/introspect/mod.rs` (+162 -1) ➕ `tunnelto/src/introspect/ws_util.rs` (+59 -0) 📝 `tunnelto/static/css/styles.css` (+3 -3) 📝 `tunnelto/templates/body_detail.html` (+1 -1) 📝 `tunnelto_server/src/config.rs` (+0 -8) 📝 `tunnelto_server/src/network/mod.rs` (+7 -2) 📝 `tunnelto_server/src/network/proxy.rs` (+2 -2) 📝 `tunnelto_server/src/network/server.rs` (+2 -2) 📝 `tunnelto_server/src/remote.rs` (+15 -13) </details> ### 📄 Description Addresses #31 - add support for forwarding to a local WebSocket server - basic debug message logs in the web inspector dashboard website --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:02:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tunnelto#86
No description provided.