Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/netwerk/protocol/http/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  ReplacedHttpResponse.h

  Sprache: C
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef NETWERK_PROTOCOL_HTTP_REPLACEDHTTPRESPONSE_H_
#define NETWERK_PROTOCOL_HTTP_REPLACEDHTTPRESPONSE_H_

#include "nsString.h"
#include "nsHttpHeaderArray.h"
#include "nsIReplacedHttpResponse.h"
#include "mozilla/Atomics.h"

namespace mozilla::net {

// A ReplaceHttpResponse holds data which will be used to override the response
// of a http channel before the request is sent over the network.
// See nsIHttpChannelInternal::setResponseOverride to override the response.
class ReplacedHttpResponse : nsIReplacedHttpResponse {
 public:
  NS_DECL_THREADSAFE_ISUPPORTS
  NS_DECL_NSIREPLACEDHTTPRESPONSE

 private:
  virtual ~ReplacedHttpResponse() = default;
  uint16_t mResponseStatus = 0;
  nsCString mResponseStatusText;
  nsCString mResponseBody;
  nsHttpHeaderArray mResponseHeaders;
  // Depth counter so nested visits cannot disarm the outer guard.
  Atomic<uint32_t> mInVisitHeaders{0};
};

}  // namespace mozilla::net

#endif  // NETWERK_PROTOCOL_HTTP_REPLACEDHTTPRESPONSE_H_

Messung V0.5 in Prozent
C=76 H=100 G=88

¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.