https://github.com/ernsur/unity-http-debugger
Http request logging tool for Unity.
https://github.com/ernsur/unity-http-debugger
unity unity-editor unity-editor-gui
Last synced: over 1 year ago
JSON representation
Http request logging tool for Unity.
- Host: GitHub
- URL: https://github.com/ernsur/unity-http-debugger
- Owner: ErnSur
- License: mit
- Created: 2021-12-25T05:00:35.000Z (over 4 years ago)
- Default Branch: upm
- Last Pushed: 2023-01-27T20:46:55.000Z (over 3 years ago)
- Last Synced: 2025-03-17T04:51:32.367Z (over 1 year ago)
- Topics: unity, unity-editor, unity-editor-gui
- Language: C#
- Homepage:
- Size: 1.23 MB
- Stars: 71
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity HTTP Debugger


[](https://openupm.com/packages/com.quickeye.http-debugger/)
[](https://docs.unity3d.com/Manual/upm-ui-giturl.html)

HTTP request logging tool for Unity.
## Features
### Runtime Extensions
- Extension methods to Log web requests
- Logged requests are visible in the *Request Console Window*
### Request Console
> Open from context menu: _Http Debugger/Console_
- Log, filter, search, and preview web requests from your game/app
- Save chosen requests and responses to *Request Stash*
### Request Inspector
> Open by selecting request in Console or Stash windows
- Preview and edit your request/response
- Send requests and save responses
### Request Stash
> Open from context menu: _Http Debugger/Stash_
- Go back to your saved requests to run and or edit them
### Development Priorities
- Add/polish features that can't be replaced with external apps like Postman
- Custom and easy request logging
- breakpoints
- fast request/response edit/inspect
- Stash view is less important right now as Postman does it 100 times better. Development should focus on features unique to this tool.
## Dependencies
- [UI Toolkit Plus:1.9.0](https://github.com/ErnSur/UI-Toolkit-Plus)
## References
- [Insomnia](https://github.com/Kong/insomnia)
- [Fiddler](https://imgur.com/SF40wep)
- [console](https://dotnetanalysis.blogspot.com/2012/11/http-status-codes-tutorial.html)