Changeset 44 in cheroxy for trunk/include/CRXHttpResponse.h


Ignore:
Timestamp:
11/22/12 15:21:02 (11 years ago)
Author:
cheese
Message:

#1 change logic more detail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/CRXHttpResponse.h

    r26 r44  
    3232private:
    3333    void                Parse               (void);
    34     int                 ParseContent        (const char * aContent,
    35                                              const int  aLength);
    3634    void                Reset               (void);
    3735    void                ResetContent        (void);
     
    4038    int                 GetStatusCode       (void) const;
    4139
    42     int                 SetResponse         (const char * aHttpResponse,
     40    bool                IsChunked           (void) const;
     41    int                 SetResponseAll      (const char * aHttpResponse,
    4342                                             const int  aResponseLength);
     43    void                SetHeader           (const char * aHttpResponse);
    4444    std::string         GetHeader           (void) const;
     45    int                 SetContent          (const char * aContent,
     46                                             const int  aLength);
    4547    const char *        GetContentBody      (void) const;
    4648    int                 GetContentLength    (void) const;
    47 
    48     CRXHttpResponse &   operator =          (const char * aHttpResponse);
    4949};
    5050
Note: See TracChangeset for help on using the changeset viewer.