|
Squid Web Cache master
|
#include "squid.h"#include "client_side_request.h"#include "http/Stream.h"#include "HttpHeaderRange.h"#include "HttpHeaderTools.h"#include "HttpReply.h"#include "Store.h"#include "StrList.h"#include "HttpHdrContRange.h"Go to the source code of this file.
Macros | |
| #define | known_spec(s) ((s) > HttpHdrRangeSpec::UnknownPosition) |
| #define known_spec | ( | s | ) | ((s) > HttpHdrRangeSpec::UnknownPosition) |
Definition at line 39 of file HttpHdrRange.cc.