ahmadnassri/httpsnippet

View on GitHub
src/targets/powershell/restmethod/fixtures/headers.ps1

Summary

Maintainability
Test Coverage
$headers=@{}
$headers.Add("accept", "application/json")
$headers.Add("x-foo", "Bar")
$headers.Add("quoted-value", "`"quoted`" 'string'")
$response = Invoke-RestMethod -Uri 'http://mockbin.com/har' -Method GET -Headers $headers