Giter Site home page Giter Site logo

cool-request's Introduction

Cool Request

Docusaurus

This plugin is used for debugging HTTP interfaces and schedulers in IntelliJ IDEA.

中文

Documentation

Screenshots

  1. Api img.png
  2. Request img.png
  3. Static Server img.png

Usage Steps:

  1. Go to Setting->Plugins, search for Cool Request, and click install.

img.png

Features

  • ✓️ Collect and display all Controller information defined in Spring Boot, supporting HTTP/reflection calls.
  • ✓ Collect and display timers defined in Spring Boot; you can manually trigger them without waiting for a specified time.
  • ✓ Optionally bypass interceptors during the request.
  • ✓ Optionally specify proxy/original objects during the request.
  • ✓ One-click export to OpenAPI format.
  • ✓ One-click import to Apifox.
  • ✓ Copy requests as curl commands.
  • ✓ Compatible with Gradle, Maven multi-module projects.
  • ✓ Compatible with Java/Kotlin languages.
  • ✓ Powerful HTTP request parameter guessing feature to reduce the time developers spend on key entry.
  • ✓ Write scripts for pre/post request using Java syntax.
  • ✓ Save response results to a file.
  • ✓ Quickly preview JSON, XML, images, HTML, and text responses.
  • ✓ Multiple layout switching options.
  • ✓ Automatically discover Spring Gateway paths.
  • ✓ Multi-environment configuration.

Issues

  1. What are proxy objects and original objects?

    Answer: This plugin does not call the Controller through HTTP requests but uses reflection internally. Therefore, when obtaining an object, the object may be CGLIB proxied, but you can choose the original object. However, some AOP may be disabled in this process.

  2. What are interceptors?

    If your project has an interceptor that matches the Controller, when selecting to apply the interceptor, it will be called first if it matches the Controller. If no interceptor is selected, even if the interceptor matches the Controller, it will not be called. This is one of the original intentions of this plugin, which is used to debug Controllers without authentication.

Build Original Code

./gradlew buildPlugin
2. Open Plugin Setting
3. Install Plugin For Disk
4. Select ./build/distributions/cool-request-plugin.zip

Star History

Star History Chart

cool-request's People

Contributors

houxinlin avatar zpj80231 avatar ayuayue avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.