项目作者: Waboodoo

项目描述 :
Android app to create home screen shortcuts that trigger arbitrary HTTP requests
高级语言: Kotlin
项目地址: git://github.com/Waboodoo/HTTP-Shortcuts.git
创建时间: 2015-04-24T15:03:58Z
项目社区:https://github.com/Waboodoo/HTTP-Shortcuts

开源协议:MIT License

下载


HTTP Shortcuts for Android


HTTP Shortcuts

GitHub release (latest SemVer)
F-Droid
Downloads
Ratings
Crowdin

A simple Android app that allows you to create shortcuts that can be placed on your home screen. Each shortcut, when clicked, triggers an HTTP request, with the possibility to process and display the response in various ways.

Get it on Google Play
Get it on F-Droid

or download the latest APK directly.

Find more information and documentation on the official website.

Support this app by helping me translate it or by becoming a Beta Tester!

Features

  • Supports HTTP and HTTPS, and methods GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS and TRACE
  • Basic Authentication, Digest Authentication & Bearer Authentication
  • Custom request headers
  • Custom request body (text based, from static file, file picker, static, or camera)
  • Upload files as form-data parameters
  • Client Certificate Authentication
  • Support for TLSv1.3
  • Support for HTTP & SOCKS proxies
  • Support for Self-Signed Certificates & Certificate Pinning
  • Use a built-in icon or a custom image
  • Display response as a toast, window or dialog, or run silently
  • Display response as HTML-formatted text, as image or as web page
  • Grouping into tabs and section
  • Value injection through variables (e.g., text, numbers, passwords, selections, colors, dates, …)
  • Import & Export in JSON or cURL format
  • 3rd party integration support (e.g. Tasker, Macrodroid or Wireguard)
  • Invoke from home screen widgets, quick settings tiles, or quick access device controls
  • Dark Mode support
  • Easy remote editing on a computer via the web editor
  • Event history to see details about recently executed HTTP requests & responses
  • Run arbitrary JavaScript before & after execution, which allows for lots of customization with features such as:
    • compute values such as timestamps, random numbers, UUIDs, hashes, HMACs, base64, etc.
    • parse JSON, HTML or XML and extract data from it
    • show toast message or message dialogs
    • vibrate or play notification sounds
    • trigger other shortcuts to chain multiple HTTP requests
    • interact with other devices and services by sending TCP or UDP packets, MQTT messages or using Wake-on-LAN
  • Support for non-HTTP use-cases:

See also the Changelog for the latest additions and updates.

Screenshots

Main Screen
Creation Menu
Shortcut Editor
Built-In Icons
Authentication Settings
Scripting
Code Snippet Picker
Categories
Variables
Variable Editor
Settings
Import / Export
Display Response with Meta Data