All Projects → httptoolkit → Httptoolkit Ui

httptoolkit / Httptoolkit Ui

Licence: agpl-3.0
The UI of HTTP Toolkit

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Httptoolkit Ui

Fiddler Plus
自定义的Fiddler规则,多环境切换、解决跨域开发、快速调试线上代码必备|高效调试分析利器
Stars: ✭ 325 (+257.14%)
Mutual labels:  http-proxy, developer-tools, tools
localhostd
Run and serve your web apps in .test domains on your develop machine.
Stars: ✭ 27 (-70.33%)
Mutual labels:  http-proxy, developer-tools
Dev Tools
The most popular software developer tools in one app
Stars: ✭ 221 (+142.86%)
Mutual labels:  developer-tools, tools
Httptoolkit Desktop
Electron wrapper to build and distribute HTTP Toolkit for the desktop
Stars: ✭ 260 (+185.71%)
Mutual labels:  developer-tools, tools
Httptoolkit Server
The backend of HTTP Toolkit
Stars: ✭ 140 (+53.85%)
Mutual labels:  developer-tools, tools
Systemjs Hot Reloader
reloads your modules as needed so that you can have satisfyingly fast feedback loop when developing your app
Stars: ✭ 215 (+136.26%)
Mutual labels:  developer-tools, tools
tools-install
Setup scripts for various dev tools, utilities, SDKs and CLI stuff
Stars: ✭ 13 (-85.71%)
Mutual labels:  tools, developer-tools
Awesome
A collection of awesome Statamic articles, links, resources and other rad things.
Stars: ✭ 144 (+58.24%)
Mutual labels:  developer-tools, tools
Restool
RESTool is an open source UI tool for managing RESTful APIs. It could save you time developing your own internal tools. A live example:
Stars: ✭ 338 (+271.43%)
Mutual labels:  developer-tools, tools
Re Frisk
Take full control of re-frame app
Stars: ✭ 396 (+335.16%)
Mutual labels:  developer-tools, tools
Ergo
The management of multiple apps running over different ports made easy
Stars: ✭ 452 (+396.7%)
Mutual labels:  developer-tools, tools
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (+2.2%)
Mutual labels:  developer-tools, tools
whatdevsneed
Discover new developer tools 🧰
Stars: ✭ 48 (-47.25%)
Mutual labels:  tools, developer-tools
Developer Tools And Resources
The Best Tools and Resources for developers
Stars: ✭ 39 (-57.14%)
Mutual labels:  developer-tools, tools
Hoppscotch
👽 Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+37887.91%)
Mutual labels:  developer-tools, tools
Blindfold
🔎 Gitignore file generator written in rust
Stars: ✭ 60 (-34.07%)
Mutual labels:  developer-tools, tools
Runtimes Common
Common tools used by the GCP runtimes.
Stars: ✭ 86 (-5.49%)
Mutual labels:  tools
Suitcase
A flexible command line tool for instantly deploying user interfaces for simple commands and scripts.
Stars: ✭ 1,287 (+1314.29%)
Mutual labels:  developer-tools
Git pentesting toolkit
Exploit pack for pentesters and ethical hackers.
Stars: ✭ 86 (-5.49%)
Mutual labels:  tools
Xh
Friendly and fast tool for sending HTTP requests
Stars: ✭ 1,264 (+1289.01%)
Mutual labels:  developer-tools

HTTP Toolkit UI Build Status

This repo contains the UI for HTTP Toolkit, a beautiful, cross-platform & open-source HTTP(S) debugging proxy, analyzer & client.

Looking to file bugs, request features or send feedback? File an issue or vote on existing ones at github.com/httptoolkit/httptoolkit.

What is this?

HTTP Toolkit is built as a single-page web application (this repo), running on top of a server that provides access to non-web functionality (e.g. running a proxy server), typically run through an electron desktop wrapper app. The core UI and the majority of HTTP Toolkit functionality all lives here, except for desktop-app specific behaviour & build configuration, or functionality that can't be implemented in a web app.

The UI is built as a TypeScript React app, using MobX for state and Styled Components for styling, with Mockttp used to manage the HTTP interception itself.

When running, the UI is typically used via app.httptoolkit.tech, even in the desktop app (it's not embedded there, but hosted standalone). It can either be used through the desktop app (which starts its own server), or users can start their own server and open the UI in a browser directly.

Contributing

If you want to change the behaviour of the HTTP Toolkit in almost any way, except the low-level HTTP handling (see Mockttp), how interceptors start applications (see httptoolkit-server) or how it's packaged and distributed (see httptoolkit-desktop), then you're in the right place 👍.

To get started:

  • Clone this repo.
  • npm install
  • For pure UI development
  • To develop the UI & server together
  • npm test - run the tests (not many yet, but more are very welcome!)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].