Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-25Move custom headers parsing into config loadingfeistel
2022-02-17refactor: use multierrors in custom headers parsingfeistel
2022-02-16refactor: simplify parsing and remove whitespace handlingfeistel
2022-02-16test: make sure the expected headers are using canonical keysfeistel
2022-02-16test: fix failing testsfeistel
When passing invalid header keys (if it contains spaces or non-token bytes), the key is unchanged and a string copy is returned. Since tests expect trailing whitespaces in the header key to be stripped we need to do it manually instead of relying on CanonicalMIMEHeaderKey
2022-02-16refactor: parse custom headers using ReadMIMEHeaderfeistel
2021-09-16refactor: move middlewares to corresponding packagesfeistel