ResponseHeaders - Huddle/huddle-apis GitHub Wiki
Summary
List of headers
| Name | Description | Format |
|---|---|---|
| Content-Type | The specific content type of the response | Please refer to the media type page. |
| ETag | An entity tag representing the current state of the resource (not yet implemented) | String |
| Last-Modified | The last modified time of the resource | Prose date/time |
| Link | Signals a related resource or operation | Link header |
| Location | The URI that the new resource can be found at. For newly created resources only. | URI |