{% extends "layout.html" %} {% load swh_templatetags %} {% block title %}{{ heading }} – Software Heritage API {% endblock %} {% block content %} {% if docstring %}
{{ request.method }} {{ request.build_absolute_uri }}
{{ status_code }}{% endif %} {% if headers_data %}
{{ header_name }} {{ header_value | urlize_header_links | safe }}{% endfor %} {% endif %}
URL | Allowed Methods |
---|---|
{{ url.rule }} | {{ url.methods | dictsort:0 | join:', ' }} |