Re: [Specifications] hydra:search with HTTP POST

> Would it be OK then to assume that hydra:Link is a shortcut of a hydra:Operation with hydra:method set to GET?

hydra:Link is a subclass of rdf:Property. If

```
:prop a hydra:Link .
:x :prop </y> .
```

The client can assume that `/y` is a dereferenceable resource, i.e., a GET is supported.

> As for the hydra:accept - we already have hydra:expects.

Let's discuss support for different media types in a separate issue.

> Would it be good for Hydra to incubate and ensure the registration of an HTTP SEARCH method?

I would prefer to stay focused on Hydra as a group... that doesn't mean someone from the group can do so though.

-- 
GitHub Notification of comment by lanthaler
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/149#issuecomment-342255280 using your GitHub account

Received on Monday, 6 November 2017 19:17:48 UTC