Connector/Remote Repository

chocolatey-core.extension 0.1.1

This package provides helper functions installed as a Chocolatey extension. These functions may be used in Chocolatey install/uninstall scripts by declaring this package a dependency in your package's nuspec. <`dependencies`> &nbsp;&nbsp;<`dependency id="chocolatey-core.extension" /`> <`/dependencies`> ### Functions `Get-WebContent` -- Download file with choco internals. Example: `$s = Get-WebContent "http://example.com"` Example: `$opts = @{ Headers = @{ Referer = 'http://google.com' } }` `$s = Get-WebContent -url "http://example.com" -options $opts`

Package History

Action On Detail
Published 2016-10-23 13:52:05