Features
There is a 3-day demo available for Relynx with all features enabled.
Requests
- All regular HTTP verbs (GET, POST, PUT,...) as well as custom request method
- Add request headers
- Redirect result to file
- Each request is stored in a file
Body Types
- Form url encoded
- Text bodies (json, xml, ...)
- Multipart form body
- Either specify the body as raw text or use values from file
Environment
- You can define multiple environments
- Environments contain variables and secrets which will be replaced within the url, query params or headers
- Use
{{yourVariable}}
syntax when inserting variables or secrets - Secrets are persisted into a separate file which can be gitignored
- You can also prevent secrets from being stored to a file
- Environment variables are stored in the file 'http-client.env.json' within your collection folder
- Environment secrets which are allowed to be persisted are stored in the file 'http-client.private.env.json' within your collection folder
Imports
- Import from Postman
- Import Jetbrains .http/.rest files
Interoperability with Jetbrains
You can reuse existing Jetbrains HTTP client files (.http / .rest).
Relynx can be used to send these existing requests and display their result.
However, javascript pre-response as well as post-request handlers are not supported.