Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature | Getters for Response Status Code & Data Length Properties #186

Merged
merged 2 commits into from Dec 30, 2020

Commits on Dec 29, 2020

  1. feat: getters for Status Code & Data Length

    Implements two methods on `Response` `struct`.
    
    1. `status_code`
    2. `data_length`
    
    To act as "Getters" for these private properties in case they
    are needed by the client.
    EstebanBorai committed Dec 29, 2020
    Copy the full SHA
    da15188 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Copy the full SHA
    31773e8 View commit details
    Browse the repository at this point in the history