mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3358] [feature]: View RAW request #1121
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1121
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 @RaHehl on GitHub (Sep 15, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3358
Is there an existing issue for this?
Summary
Like mentioned in #3357 i need to view the send requests for debugging purpose even if the response is HTTP 2xx
Why should this be worked on?
This makes working on more complex APIs easier
@liyasthomas commented on GitHub (Oct 15, 2023):
Hi @RaHehl, let me know if this comment helps you to view the entire final request object: https://github.com/hoppscotch/hoppscotch/issues/2651#issuecomment-1557056572.
We have a feature that allows you to "Generate code snippets" for various programming languages and frameworks:
This displays the current request setup in HTTP 1.1 Request String syntax. Let us know if this suits your use case.
@RaHehl commented on GitHub (Oct 15, 2023):
@liyasthomas yes this helps thanks, perfect would it be having this as tab next to the response
@liyasthomas commented on GitHub (Oct 15, 2023):
We're improving the placement of this feature and increasing its visibility in the next cycle. You can track its progress on #2233.