Lines Matching refs:trailer
164 --trailer=<HEADER>
165 Add a trailer header to a response. <HEADER> must not
167 with ':'). The trailer is sent only if a response has
168 body part. Example: --trailer 'foo: bar'.
228 {"trailer", required_argument, &flag, 6},
361 // trailer option
365 std::cerr << "--trailer: invalid header: " << optarg << std::endl;
376 std::cerr << "--trailer: invalid header - value missing: " << optarg
380 config.trailer.emplace_back(header, value, false);
381 util::inp_strlower(config.trailer.back().name);
481 for (auto &h : config.trailer) {