Skip to content

Alpha release of RequestBite Slingshot

RequestBite Slingshot

  • Alpha release:
  • Initial functionality
    • Support for GET, HEAD, POST, PUT, PATCH and DELETE requests.
    • Support for query parameters and headers.
    • Support for body payloads in POST, PUT, PATCH and DELETE requests.
    • Body payload types:
      • Raw JSON
      • Raw XML
      • Raw Text
      • multipart/form-data (both binary and text)
      • x-www-form-urlencoded
    • Config options:
      • Follow redirects
      • Request timeout
    • Ability to properly cancel requests.
    • Presents the following results:
      • Status code
      • Request time
      • Response headers
      • Response body