Below MSDN article says that
"WCF provides some support for writing REST-style services, the support for REST in ASP.NET Web API is more complete and all future REST feature improvements will be made in ASP.NET Web API."
http://msdn.microsoft.com/en-us/library/jj823172(v=vs.110).aspx
Can somebody please tell me what all is missing in WCF REST-style services because of that it is not complete and one should consider ASP.NET Web API for Restful implementation of services?