~s.jansen/+junk/gogglesmm

« back to all changes in this revision

Viewing changes to src/gap/include/ap_http_response.h

  • Committer: Sander Jansen
  • Date: 2016-07-18 21:09:51 UTC
  • mfrom: (1.1.2)
  • Revision ID: s.jansen@gmail.com-20160718210951-pzq7qyvo6bfq7tfy
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
  };
131
131
 
132
132
 
133
 
class HttpHeader {
 
133
class GMAPI HttpHeader {
134
134
public:
135
135
  enum {
136
136
    ParseFieldName = 0x1,
141
141
  };
142
142
 
143
143
 
144
 
class HttpMediaType : public HttpHeader {
 
144
class GMAPI HttpMediaType : public HttpHeader {
145
145
public:
146
146
  FXString           mime;
147
147
  FXStringDictionary parameters;
152
152
  };
153
153
 
154
154
 
155
 
class HttpContentRange : public HttpHeader {
 
155
class GMAPI HttpContentRange : public HttpHeader {
156
156
public:
157
157
  FXlong first  = -1;
158
158
  FXlong last   = -1;
164
164
  };
165
165
 
166
166
/* Http Response Parser */
167
 
class HttpResponse {
 
167
class GMAPI HttpResponse {
168
168
protected:
169
169
        HttpIO       io;                                                                // IO Stream
170
170
  FXint        content_length;    // Content Length from header