Skip to content

Conversation

@brandonschabell
Copy link
Owner

Fixes a bug where the head function was calling requests.option()

Copilot AI review requested due to automatic review settings October 12, 2025 04:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a bug in the head() method where it was incorrectly calling requests.options() instead of requests.head(). This was a clear implementation error that caused the method to perform OPTIONS requests rather than HEAD requests.

Key Changes

  • Fixed the head() method to call the correct HTTP method

@brandonschabell brandonschabell merged commit 9867ab0 into main Oct 12, 2025
3 checks passed
@brandonschabell brandonschabell deleted the head-bug branch October 12, 2025 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants