Siemen Sikkema
Siemen Sikkema
Adds the possibility to set and return a fallback value to Storage when accessing a non-existing value. ```swift storage[Key.self, orSetDefault: fallbackValue] ``` or ```swift storage.get(Key.self, orSetDefault: fallbackValue] ```
@twof Is there a plan to support vapor's email package? It seems we'd need to create an implementation for https://github.com/vapor/email/blob/master/Sources/Email/EmailClient.swift. By adding support for this, applications could easily switch email...
Besides the currently available "Basic" and "Bearer" authentication it would be great to see support for NTLM authentication, either directly or by enabling connection-scoped authentication in a generic way to...
In some cases we need more control over which connections are used and must prevent that connections are used for other requests outside of a certain context. An example of...
As [suggested](https://forums.swift.org/t/sswg-0017-multipartkit/52586/8) by @stephencelis, MultipartKit would benefit from the ability to customise the parsing strategy.
This is by no means a complete email validator but at least it will now reject strings which contain a valid email but have invalid characters before or after.
Examples are the chinese regions which require a `.cn` suffix in the URL.
v2.9 (446) It says "incompatible workflow" in the settings screen when I install it. Version v1.3.1 of the extension does work.