Connector/Remote Repository

chocolatey-core.extension 0.1.3

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`

This package appears to have a custom/proprietary license agreement, and ProGet cannot be automatically determine the license type. You'll need to assign a license type to the URL to allow or block packages with this license.

Usage Instructions

To install chocolatey-core.extension from the command line, run the following command:

choco install chocolatey-core.extension --version 0.1.3 --source http://choco.csdesiles.qc.ca/nuget/ChocoCSI/

Description

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`