Giter Site home page Giter Site logo

Comments (7)

ieugen avatar ieugen commented on August 12, 2024 1

In the rewrite it is easy to implement support for HEAD and OPTIONS.

You have to implement a JsonApiHead and JsonApiOptions and hook them into DefaultJsonApiDispatcher .

https://github.com/katharsis-project/katharsis-framework/blob/develop/katharsis-core/src/main/java/io/katharsis/dispatcher/DefaultJsonApiDispatcher.java

Patches are welcomed :)

from katharsis-framework.

meshuga avatar meshuga commented on August 12, 2024

It might be pretty easy for OPTIONS since it just requires looking if a repository method is implemented (of course, for annotation based repos). On the other hand, it's not clear for HEAD since it refers only to a path, not to a specific method. Or maybe HEAD should return 200 iff a resource is defined?

from katharsis-framework.

ieugen avatar ieugen commented on August 12, 2024

@meshuga : By looking at [1] HEAD should be the same as GET without returning a body. We might implement this by doing the same things as for GET without calling the actual repository method. We can start from this.

[1] https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

9.4 HEAD

The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response. The metainformation contained in the HTTP headers in response to a HEAD request SHOULD be identical to the information sent in response to a GET request. This method can be used for obtaining metainformation about the entity implied by the request without transferring the entity-body itself. This method is often used for testing hypertext links for validity, accessibility, and recent modification.

The response to a HEAD request MAY be cacheable in the sense that the information contained in the response MAY be used to update a previously cached entity from that resource. If the new field values indicate that the cached entity differs from the current entity (as would be indicated by a change in Content-Length, Content-MD5, ETag or Last-Modified), then the cache MUST treat the cache entry as stale.

from katharsis-framework.

meshuga avatar meshuga commented on August 12, 2024

Great, let's do it like the GET request then.

from katharsis-framework.

iverhun avatar iverhun commented on August 12, 2024

Hi guys, when do you plan to release the OPTIONS and HEAD support?

from katharsis-framework.

meshuga avatar meshuga commented on August 12, 2024

Ok, we can implement this functionality for the current version, that is 2.x.x, and release it about 09.18. I don't think I (or any contributor) will have time till the end of this week (this Sunday will be a next release).

But if you really want this functionality soon, you can always help us and contribute!

from katharsis-framework.

chb0github avatar chb0github commented on August 12, 2024

This has been pending a while. It's a good feature to have

from katharsis-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.