http

REST client plugin in IntelliJ

Was just browsing the plugins and found this one which is looking good.

REST Client plugin

It was also available from the plugins list in the settings.

Rest Client intellij plugin screenshot

Rest Client intellij plugin screenshot

Share

code
http
ides
thoughtblog

Comments Off

Permalink

URI not URL (it is deprecated)

I have been asked about this a few times, I had learned from Jim that it had been deprecated but thought it would be useful to provide the documentation to demonstrate it.

This apache doc gives a good summary :
http://labs.apache.org/webarch/uri/rfc/rfc3986.html#URLvsURN

Which points you to :
http://www.ietf.org/rfc/rfc3305.txt

Basically URL is a subset of URI which

… in addition to identifying a resource, provide a means of locating the resource by describing its primary access mechanism (e.g., its network “location”)

.

Share

http
web

Comments Off

Permalink