Right now we're returning a base64 encoded ohttp-keys string, but the draft spec creates a new Key Configuration Media Type with IANA that we should probably make use of.
There are also message/ohttp-req and message/ohttp-res media types to make our implementation compliant with spec OHTTP.
Right now we're returning a base64 encoded
ohttp-keysstring, but the draft spec creates a new Key Configuration Media Type with IANA that we should probably make use of.There are also
message/ohttp-reqandmessage/ohttp-resmedia types to make our implementation compliant with spec OHTTP.