protocol-http icon indicating copy to clipboard operation
protocol-http copied to clipboard

Force string for header value for default policy

Open danielwestendorf opened this issue 7 months ago • 0 comments

Types of Changes

Fixes #81 by casting any non-nil && non-string value to a string. Since application code may set any header value to any object, forcing a string here makes sense.

  • Bug fix.

Contribution

danielwestendorf avatar May 08 '25 20:05 danielwestendorf