JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

HTTP Response handling API reference

Last modified: 17 June 2024

HTTP Response handler scripts are written in JavaScript ES6, with coding assistance and documentation handled by the bundled HTTP Response Handler library. The library exposes two objects to be used for composing response handler scripts:

  • client stores the session metadata, which can be modified inside the script. The client's state is preserved until you close JetBrains Rider.

  • response holds information about the received response: its content type, status, response body, and so on.