PowerShell/test/tools
Steve Lee 40446c80a7 Support Link Header pagination in WebCmdlets (#3828)
* Support Link Header pagination in WebCmdlets to make it easier for the end user implementing:
https://github.com/PowerShell/PowerShell-RFC/blob/master/2-Draft-Accepted/RFC0021-Link-header-based-pagination-for-WebCmdlets.md

When the response includes a Link Header (https://tools.ietf.org/html/rfc5988#page-6), for Invoke-WebRequest we
create a RelationLink property that is a Dictionary representing the URLs and rel attributes and ensure the
URLs are absolute to make it easier for the developer to use.  For Invoke-RestMethod, we expose a -FollowRelLink
switch to automatically follow 'next' rel links to the end until we hit the optional -MaxRelLink parameter value.

* removed unnecessary refs to namespaces

* addressed code review feedback
2017-05-24 15:54:02 -07:00
..
CodeCoverageAutomation Make OpenCover merge and upload more reliable/usable (#3078) 2017-02-01 15:45:03 -08:00
CreateChildProcess Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
EchoArgs Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
Modules Support Link Header pagination in WebCmdlets (#3828) 2017-05-24 15:54:02 -07:00
OpenCover corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00