diff options
Diffstat (limited to 'doc/debuginfod.8')
-rw-r--r-- | doc/debuginfod.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/debuginfod.8 b/doc/debuginfod.8 index 5b0d793c..e9c58fbb 100644 --- a/doc/debuginfod.8 +++ b/doc/debuginfod.8 @@ -256,6 +256,13 @@ Unknown buildid / request combinations result in HTTP error codes. This file service resemblance is intentional, so that an installation can take advantage of standard HTTP management infrastructure. +Upon finding a file in an archive or simply in the database, some +custom http headers are added to the response. For files in the +database X-FILE and X-FILE-SIZE are added. X-FILE is simply the +filename and X-FILE-SIZE is the size of the file. For files found +in archives, in addition to X-FILE and X-FILE-SIZE, X-ARCHIVE is added. +X-ARCHIVE is the name of the the file was found in. + There are three requests. In each case, the buildid is encoded as a lowercase hexadecimal string. For example, for a program \fI/bin/ls\fP, look at the ELF note GNU_BUILD_ID: |