mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #153] Server-Sent Events support #94
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Banck on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/153
Originally assigned to: @NghiaTranUIT on GitHub.
Currently SSE requests (text/event-stream) don't display in Proxyman, because
injectorSessionDidCompletenever called, onlyfunc injectorSessionDidReceiveData(dataTask: URLSessionTask, data: Data)called@NghiaTranUIT commented on GitHub (Sep 28, 2024):
thanks @Banck Atlantis hasn't supported the SSE yet. Let me code it 👍
@NghiaTranUIT commented on GitHub (Oct 1, 2024):
@Banck if you'd like to capture SSE Request, please use Proxyman because it's already supported this feature (https://github.com/ProxymanApp/Proxyman/issues/1323)
For Atlantis, I will try to implement it 👍