Skip to content

Commit

Permalink
Add a couple more Twitter testimonials
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Oct 19, 2023
1 parent 332ab50 commit 9209b04
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/testimonials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ const HIGHLIGHT_STRINGS = [
"HTTP Toolkit is a must-have for developers and security enthusiasts!",
"HTTP Toolkit is your best friend",
"a powerful tool for examining HTTP traffic",
"ideal for monitoring traffic and prototyping new endpoints or services"
"ideal for monitoring traffic and prototyping new endpoints or services",
"amazing open source tool",
"this tool is really amazing",
"One click copy-paste into your terminal",
"really really like HTTP Toolkit"
];

const formatContent = (...content) => {
Expand Down
12 changes: 12 additions & 0 deletions src/data/tweet-testimonials.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"id": "1702319616352305389",
"name": "HassanMunene",
"username": "Awanzii",
"text": "Today I discovered this amazing open source tool call HTTP Toolkit that you can use to intercept HTTP and HTTPS traffic for analysing and debugging. In case you want to look at header and body of your HTTP messages then this tool is really amazing."
},
{
"id": "1683567006111367169",
"name": "Darasus",
Expand All @@ -11,6 +17,12 @@
"username": "ToniCastillo_",
"text": "Acabo de descubrir HTTP Toolkit y me flipa: https://httptoolkit.tech. Una herramienta para interceptar, depurar, testear y simular con HTTP. Y además es de código abierto."
},
{
"id": "1685492486456881152",
"name": "Yi Ding",
"username": "yi_ding",
"text": "Totally unpaid product endorsement: really really like @HttpToolkit for debugging LLM requests/responses. One click copy-paste into your terminal and all requests/responses including SSL are automatically proxied and viewable."
},
{
"id": "1417242969183227907",
"username": "Stavros",
Expand Down

0 comments on commit 9209b04

Please sign in to comment.