Skip to content

does the protocol require certain media types? #26

@lisp

Description

@lisp

the requirement expressed in section 5, graph management operations, about media type should be improved.
it now reads

If the Accept header is not provided with a GET request, the server MUST return one of RDF XML, Turtle, or N-Triples.

there are several issues

  • is "*/*" to be treated the same as when there is no accept header at all?
  • if some media type is specified which the service does not support, should it respond with a "406 Not Acceptable" or should it respond with a type which it does support?
  • if the response is a 406, is there a set of representations which must be supplied in the response as the list of acceptable media types?

Metadata

Metadata

Assignees

No one assigned

    Labels

    spec:enhancementChange to enhance the spec without affecting conformance (class 2) –see also spec:editorial

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions