Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rest

HTTP PATCH support in browsers

rest http-patch

How should I implement a COUNT verb in my RESTful web service?

http rest

What should be the "Secret" in JWT?

java rest jwt secret-key

Way to specify resource's fields list in RESTful API request

rest

Benefits of using NancyFx? [closed]

c# asp.net rest nancy webhttp

Using HTTPS with REST in Java

java rest ssl x509

JaxbRepresentation gives error "doesnt contain ObjectFactory.class or jaxb.index"

SEVERE: MessageBodyWriter not found for media type=application/json, type=class com.jersey.jaxb.Todo, genericType=class com.jersey.jaxb.Todo

java json rest jersey jax-rs

Mongo tries to connect automatically to port 27017(localhost)

What is the difference between REST and HTTP protocols?

http rest terminology

PHP REST Clients [closed]

php rest client

How should I implement ExecuteAsync with RestSharp on Windows Phone 7?

Stop processing Flask route if request aborted

python http rest flask wsgi

Adding a APIView to Django REST Framework Browsable API [duplicate]

What is the restTemplate.exchange() method for?

rest resttemplate

HTTP statuscode to retry same request

Proper way to implement RESTful large file upload

java file rest curl file-upload

Protocol Buffer vs Json - when to choose one over another

What is the best way to return errors from a WCF service in a RESTful way?

Is there tools for performance and load testing of REST service? [closed]