You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "msempere (JIRA)" <ji...@apache.org> on 2017/03/20 20:55:41 UTC

[jira] [Created] (AIRFLOW-1016) Allow HTTP HEAD request method on HTTPSensor

msempere created AIRFLOW-1016:
---------------------------------

             Summary: Allow HTTP HEAD request method on HTTPSensor
                 Key: AIRFLOW-1016
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1016
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: msempere
            Assignee: msempere
            Priority: Minor


HTTPSensor hardcodes the HTTP request method to `GET`, and could be the case where `HEAD` method is needed to act as a sensor.
This case is useful when we just need to retrieve some meta data and not the complete body for that particular request, and that metadata information is enough for our sensor.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)