Christoffer

Results 3 issues of Christoffer

Not sure if this is by design or not, but at least I found myself wanting to include the kSecAttrAccount attribute to be included when querying (-[AQKeychainItem queryKeychain]). So in...

This allows sending parrot requests with a body that are to be interpreted as Content-Type: application/octet-stream. The choice of requiring a ByteArrayInputStream vs any InputStream was simply because it made...

config.json: ``` { ... "http" : "127.0.0.1:8080", ... } ``` **Expected**: brubeck should bind only to the loopback interface / 127.0.0.1. **Actual**: brubeck binds it's http listener on all interfaces...