Skip to content

Commit

Permalink
Merge branch 'feature/copy-req-resp-buttons' into 'main'
Browse files Browse the repository at this point in the history
"Copy All" buttons

See merge request products/hello-http!17
  • Loading branch information
Sunny Chung committed Feb 18, 2024
2 parents bf0d6ef + 44b609c commit 197b0a8
Show file tree
Hide file tree
Showing 14 changed files with 886 additions and 143 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Watch the images and videos on the [website](https://sunny-chung.github.io/hello
- Dark and light theme
- Syntax highlighting for JSON and GraphQL
- Confirmation is made before executing any delete action
- Handy buttons for copying responses to clipboard
- Handy buttons for copying requests, responses or transport logs to clipboard

**Others**
- Best effort to make executables portable. Installation is not mandatory.
Expand Down Expand Up @@ -146,7 +146,6 @@ Windows laptop with 8 GB RAM without a noticeable performance degrade of other a
Following features are on the TODO list (not in order). Feel free to raise feature requests or
express your desired priorities in the issue tracker.

- Copy buttons in response
- Binary response view
- Binary request editor
- Overriding default headers
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kotlin {
implementation("co.touchlab:kermit:1.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.6.0")

implementation("io.github.sunny-chung:httpclient5:5.2.1-inspect-patch4")
implementation("io.github.sunny-chung:httpclient5:5.2.1-inspect-patch5")
// implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("io.github.sunny-chung:okhttp:4.11.0-patch-1")
// implementation("com.github.sunny-chung:okhttp:patch~4.11.0-SNAPSHOT")
Expand Down
Binary file modified doc/_include/copy-response.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 197b0a8

Please sign in to comment.