mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Add HTTP Toolkit to applications (#429)
This commit is contained in:
parent
88b983eaeb
commit
9e239254e8
1 changed files with 18 additions and 0 deletions
|
@ -2060,6 +2060,24 @@
|
|||
"objective_c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "HTTP Toolkit is a cross-platform tool to intercept, debug & mock HTTP. ",
|
||||
"categories": [
|
||||
"web-development"
|
||||
],
|
||||
"repo_url": "https://github.com/httptoolkit/httptoolkit-desktop",
|
||||
"title": "HTTP Toolkit",
|
||||
"icon_url": "https://httptoolkit.tech/icon-600.png",
|
||||
"screenshots": [
|
||||
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/inspect-screenshot.png",
|
||||
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/intercept-screenshot.png",
|
||||
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png"
|
||||
],
|
||||
"official_site": "https://httptoolkit.tech",
|
||||
"languages": [
|
||||
"typescript"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Insomnia is a cross-platform REST client, built on top of Electron. ",
|
||||
"categories": [
|
||||
|
|
Loading…
Reference in a new issue