This project is not covered by Drupal’s security advisory policy.

Provides legacy support for POST method downloads for drush make.

Installation

Running
drush dl make_post
will place this project in your .drush directory.

Usage

For a makefile to use this module there needs to be a slight change.

Before, (drush_make 2.x)

libraries[shadowbox][download][type] = file
libraries[shadowbox][download][request_type] = post

Now:

libraries[shadowbox][download][type] = post

So type changes from 'file' to 'post', and request_type can be removed.

Origin

This module has it's origin in #1404416: Replace _make_download_file with drush_download_file update drush make documentation

Project information

  • Created by helmo on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases