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

refactor: make parse http error code public #511

Merged
merged 4 commits into from
Aug 11, 2022
Merged

Commits on Aug 11, 2022

  1. [refactor]: make parse http error code public

    1. now all http related service use public parse_http_error_code
       function
    2. update gitignore
    
    Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
    ClSlaid committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    40d0c3e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'opendal/main' into io_util_comp

    Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
    ClSlaid committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a4f8adf View commit details
    Browse the repository at this point in the history
  3. Refactor: cargo fmt

    Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
    ClSlaid committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f969108 View commit details
    Browse the repository at this point in the history
  4. refactor: rename parse_http_error_code

    rename parse_http_error_code to parse_error_status_code
    
    Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
    ClSlaid committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    fd42f4c View commit details
    Browse the repository at this point in the history