8a8c29a3b5
Currently, we can't pass the response to a `SigningKeysUploadRequest` into `mark_request_sent`, which apparently we should be able to do. So, we need to make `SigningKeysUploadRequest` have a `type` like the other `OutgoingRequest`s, and add support for `SigningKeysUploadResponse` to `OwnedResponse`.