Results 723 comments of Blake Embrey

If you want to use a regex it’s fine to write a regex directly, it’s just not supported in the string.

For this particular package, I don't think we should attempt to make it run in a browser. Any attempt at this point is probably mistaken, and with the latest major...

There is a consensus, this package doesn’t parse the `Set-Cookie` header, which is what you’re trying to do. It says this in the README too, parses a `Cookie` header. This...

@gerhardcit Would it be helpful if this library did support parsing the `set-cookie` header? I'm happy to consider it as a new feature in the near future.

@benmccann I appreciate the energy but it's premature to add anyone as a maintainer right now. Opening a PR and contributing to the project is, of course, always appreciated and...

@pimterry @gerhardcit @benmccann I have a PR open but would like to gather any opinions on the handling on invalid fields. It seems irresponsible to throw away fields because they're...

@pimterry I think I can expose a raw `string[]` of cookie fields for you (similar to node raw HTTP headers), is that enough of what you're looking for? Or do...

You parse the `cookie` header as an array, but the `set-cookie` as an object. Do you care about duplicates (not that they're valid) in `set-cookie`? I assume you'd want a...