Christian Fochler

Results 2 issues of Christian Fochler

See django doc: https://docs.djangoproject.com/en/3.2/ref/settings/#secure-proxy-ssl-header

First of all: Thank you for a very useful library. I have this (simplified) data structure: ```rust struct Envelope { content: T, } impl From for Envelope { fn from(a:...

question