| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -143,13 +143,14 @@ class http_response | |||
| 143 | 143 | virtual void decorate_response(MHD_Response* response); | |
| 144 | 144 | virtual int enqueue_response(MHD_Connection* connection, MHD_Response* response); | |
| 145 | 145 | ||
| 146 | - protected: | ||
| 146 | + private: | ||
| 147 | 147 | int response_code = -1; | |
| 148 | 148 | ||
| 149 | 149 | std::map<std::string, std::string, http::header_comparator> headers; | |
| 150 | 150 | std::map<std::string, std::string, http::header_comparator> footers; | |
| 151 | 151 | std::map<std::string, std::string, http::header_comparator> cookies; | |
| 152 | 152 | ||
| 153 | + protected: | ||
| 153 | 154 | friend std::ostream &operator<< (std::ostream &os, const http_response &r); | |
| 154 | 155 | }; | |
| 155 | 156 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments