RESTClient

一个RESTful Web服务的调试器。(A debugger for RESTful web services.)

  • 所有者: chao/RESTClient
  • 平台:
  • 許可證: BSD 3-Clause "New" or "Revised" License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

RESTClient是RESTful Web服务的调试器。 目前只有Firefox插件已经完成。

RESTClient支持RFC2616(HTTP/1.1)和RFC2518(WebDAV)的所有HTTP方法。 您可以构造自定义HTTP请求(使用资源URI和HTTP请求体的自定义方法)直接测试针对服务器的请求。

概覽

名稱與所有者chao/RESTClient
主編程語言JavaScript
編程語言CSS (語言數: 3)
平台
許可證BSD 3-Clause "New" or "Revised" License
發布數4
最新版本名稱v3.0.3 (發布於 2017-12-01 22:06:42)
第一版名稱v2.0.0 (發布於 )
創建於2009-08-13 07:38:11
推送於2023-08-30 11:59:51
最后一次提交2018-02-23 14:20:12
星數706
關注者數44
派生數171
提交數371
已啟用問題?
問題數317
打開的問題數165
拉請求數12
打開的拉請求數17
關閉的拉請求數22
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

RESTClient

RESTClient is a debugger for RESTful web services. Currently only Firefox addon has been finished.

Changes

Firefox Addon

  • Version 3.0.6
    • Added Chinese locale.
    • Added an instruction for add self signed web site to certificates exception list.
    • Added headers for following server side redirection.
    • Binary response type is supported.
    • Added download button for binary response.
    • Fixed some bugs.
  • Version 3.0.5
    • Fixed basic authentication unicode problem.
    • Added OAuth 1.0 authentication.
    • Added OAuth 2.0 support.
    • Added CURL command support, you can copy your request as a curl command or paste a curl command to execute.
    • Added authentication badge for all the authentication mode.
    • Added response download button for non-binary response.
  • Version 3.0.4
    • Added preview for JSON, XML response body
    • Added data migration for migrating data from RESTClient 2
    • Allow to import RESTClient 1 request file
  • Version 3.0.0
    • Rewrite RESTClient by as a WebExtensions
    • Use Bootstrap 4.0 alpha 4
  • Version 2.0.3
    • Supported OAuth2 authentication
    • Fixed url history bug
    • Show HTTP request execution time
  • Version 2.0.2
    • Fixed links in the returned xml - they are now clickable again
    • Added OAuth Realm support
    • Allow user to switch page layout (by precentage/fixed)
    • Allow user to view request headers in table or as tags
    • Added a remove all headers button
    • Fixed request URL input box size bug
    • Fixed OAuth query string bug
    • Fixed OAuth whitespace ending bug
  • Version 2.0.1
    • Fixed XML result indentation
    • Remember open response tab
    • Fixed request url input box size bug
    • Support Firefox 12
    • Allow user to load old requests (exported by version 1.3.x)
    • Updated favorite url, add a drop down list for showing favorite URLs
    • Updated UI color, to enhance the request form
  • Version 2.0.0
    • Re-designed the UI by using twitter bootstrap
    • Bind hotkeys to send request, input url, etc.
    • Fixed multiple set-cookie response bug (isseue #26)
    • Allow to copy response headers
    • Added theme support
去到頂部