mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2651] [feature]: Show raw body request #875
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#875
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 @kayinleong on GitHub (Sep 11, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2651
Originally assigned to: @kromate on GitHub.
Is there an existing issue for this?
Summary
Functionality to show raw body request after the request is sent.
Why should this be worked on?
This will be very helpful in debugging APIs, especially in multipart form.
@kromate commented on GitHub (Oct 14, 2022):
Hi, I would like to work on this.
Can this be assigned to me
@anwarulislam commented on GitHub (Oct 14, 2022):
Hi @kromate!
Yeah, sure. I'm assigning you this.
@kromate commented on GitHub (Oct 14, 2022):
Hi @youknowwhoiamky for your feature request, can you explain better because it seem to me that showing raw body request is available already
@kayinleong commented on GitHub (Oct 15, 2022):
Hi @kromate, for the raw body request, which will be show after the request is sent. I didn't find this feature in Hoppscotch.
Example:

@AndrewBastin commented on GitHub (Oct 22, 2022):
Oh interesting, I am curious, why you require this feature to exist, the whole idea behind a tool like Hoppscotch is to parse and present this sort of information to use in a more clean manner.
@kayinleong commented on GitHub (Oct 23, 2022):
I was playing around in Hoppscotch and comparing Hoppscotch with other software like Postman, Hoppscotch do not have an interface to show what is the raw request body after the request is sent. This is one of the examples show in Postman.
It's not really a must feature but it will be better if this feature exists in Hoppscotch.
@liyasthomas commented on GitHub (May 22, 2023):
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.
@kayinleong commented on GitHub (May 26, 2023):
Aight, this seems great to me!