public class RESTURIUtil{ | |
public static String createLinkHeader( final String uri, final String rel ){ | |
return "<" + uri + ">; rel=\"" + rel + "\""; | |
} | |
} |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
This gist is used in: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is used in:
http://www.baeldung.com/2011/11/13/rest-service-discoverability-with-spring-part-5/