The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
1234567891011121314151617
  1. [
  2. {
  3. "comment": "declare default parameters for proxy script part",
  4. "include": "_defaults",
  5. "params": {
  6. "URL": "<<<URL>>>",
  7. "OUTFILE": "<<<OUTFILE>>>"
  8. }
  9. },
  10. {
  11. "comment": "try proxy to <<<URL>>>",
  12. "request": { "uri": "p/<<<URL>>>" },
  13. "response": { "raw": <<RAW>> },
  14. "after": "save-download-to-file <<OUTFILE>>"
  15. }
  16. ]