Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 744 Bytes

example-gtfs-scripts.md

File metadata and controls

40 lines (22 loc) · 744 Bytes

Calling APIs

Reading the last-modified header

{% tabs %} {% tab title="Javascript" %}

{% endtab %}

{% tab title="Java" %}

{% endtab %}

{% tab title="PHP" %}

{% endtab %} {% endtabs %}

Making a conditional HTTP GET request

{% hint style="info" %} The Mozilla Developer Network (MDN) is an excellent place to get information about HTTP. When searching the web, adding "MDN" to your search query will ensure MDN results show at the top. Read the MDN page about conditional HTTP Requests here. {% endhint %}

{% tabs %} {% tab title="Javascript" %}

{% endtab %}

{% tab title="Java" %}

{% endtab %}

{% tab title="PHP" %}

{% endtab %} {% endtabs %}