Home
last modified time | relevance | path

Searched refs:BHttpHeader (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DHttpHeaders.cpp23 BHttpHeader::BHttpHeader() in BHttpHeader() function in BHttpHeader
33 BHttpHeader::BHttpHeader(const char* string) in BHttpHeader() function in BHttpHeader
41 BHttpHeader::BHttpHeader(const char* name, const char* value) in BHttpHeader() function in BHttpHeader
50 BHttpHeader::BHttpHeader(const BHttpHeader& copy) in BHttpHeader() function in BHttpHeader
60 BHttpHeader::SetName(const char* name) in SetName()
69 BHttpHeader::SetValue(const char* value) in SetValue()
78 BHttpHeader::SetHeader(const char* string) in SetHeader()
97 BHttpHeader::Name() const in Name()
104 BHttpHeader::Value() const in Value()
111 BHttpHeader::Header() const in Header()
[all …]
H A DHttpRequest.cpp1053 BHttpHeader& optHeader = (*fOptHeaders)[headerIndex]; in _SerializeHeaders()
/haiku/headers/private/netservices/
H A DHttpHeaders.h19 class BHttpHeader {
21 BHttpHeader();
22 BHttpHeader(const char* string);
23 BHttpHeader(const char* name,
25 BHttpHeader(const BHttpHeader& copy);
41 BHttpHeader& operator=(const BHttpHeader& other);
60 BHttpHeader& HeaderAt(int32 index) const;
84 BHttpHeader& operator[](int32 index) const;
89 bool _AddOrDeleteHeader(BHttpHeader* header);
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp67 const BHttpHeader& header = headers.HeaderAt(i); in HeadersReceived()