forked from hardkoded/puppeteer-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow ResponseData.Headers to support multiple values for the same key (
hardkoded#1831) * Allow ResponseData.Headers to support multiple values for the same key - Without breaking the current API this change allows for arrays of values (Anything that implements ICollection and can be iterated over). - The Headers with null values will be ignored, previously an exception would have occurred with the Value.ToString() call so this is unlikely a breaking change in behaviour. - New test case added Resolves hardkoded#1542 * Apply suggestions from code review Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
- Loading branch information
Showing
3 changed files
with
59 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters