alexandrehtrb / Pororoca

An HTTP inspection tool with support for HTTP/2 and HTTP/3. Alternative to Postman.

Home Page:https://pororoca.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bind collection to file

RVShershnev opened this issue · comments

Bind collection to file.

Open collection from file 1.pororoca.json.
Then change collection.
Then Save or Save as collection.
Save: save collection to 1.pororoca.json.
Save as: open save dialog...

This is possible to be done.

But it will require a new Pororoca collection extension, like .pcj, because Windows considers extension only the final ".ext" of the file name and the current Pororoca collection extension is .pororoca_collection.json, which is considered only as a JSON file.

I will leave this issue open to consider it in the future.