Searched refs:HttpBodyType (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp36 fBodyType = HttpBodyType::NoContent;
120 if (fBodyType == HttpBodyType::NoContent || fStatus.StatusCode() == BHttpStatusCode::NoContent
124 fBodyType = HttpBodyType::NoContent;
130 fBodyType = HttpBodyType::Chunked;
152 fBodyType = HttpBodyType::NoContent;
155 fBodyType = HttpBodyType::FixedSize;
171 case HttpBodyType::VariableSize:
174 case HttpBodyType::FixedSize:
177 case HttpBodyType::Chunked:
180 case HttpBodyType
[all...]
H A DHttpParser.h29 enum class HttpBodyType { NoContent, Chunked, FixedSize, VariableSize }; class in namespace:BPrivate::Network
69 HttpBodyType fBodyType = HttpBodyType::VariableSize;

Completed in 54 milliseconds