ioggstream / draft-polli-resource-digests-http

THIS REPO WAS MOVED TO https://github.com/httpwg/http-extensions/
https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html
Other
0 stars 1 forks source link

Define a different encoding for id-sha-* #33

Closed ioggstream closed 5 years ago

ioggstream commented 5 years ago

Hypothesis

Considering that:

1- every digest-algorithm define his own serialization method (eg. you don't need to use just b64)

2- Structured headers allow to serialize byte-sequences like the following:

sh-binary = "*" *(base64) "*"
base64    = ALPHA / DIGIT / "+" / "/" / "="

We could:

Notes

Pro:

Cons:

ioggstream commented 5 years ago

moved to https://github.com/httpwg/http-extensions/issues/855