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

feat: implement HttpHead as new RADType #2402

Open
wants to merge 11 commits into
base: 2.0-base
Choose a base branch
from

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    5bbea50 View commit details
    Browse the repository at this point in the history
  2. chore: cargo fmt --all

    guidiaz committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3fdf8f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    721347a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef30733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a665397 View commit details
    Browse the repository at this point in the history
  4. chore: bump package versions

    guidiaz committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    198e5b8 View commit details
    Browse the repository at this point in the history
  5. chore: cargo fmt --all

    guidiaz committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9bae448 View commit details
    Browse the repository at this point in the history
  6. chore: solve clippy warnings

    guidiaz committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    af5ff86 View commit details
    Browse the repository at this point in the history
  7. fix: use http::Response::headers(&self) to transform response to HTTP…

    …/HEAD into a JSON string
    
    Instead or parsing http::Response::body into a RadonMap
    guidiaz committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ac57ded View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    5e073f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. chore: cargo clippy --fix

    guidiaz committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    613c8db View commit details
    Browse the repository at this point in the history