InfoQ

InfoQ

Topic/Tag specific view

HTTP Content on InfoQ


Latest featured content about HTTP

Webmachine: a Practical Executable Model of HTTP

Topics
Internet,
Tools

Justin Sheehy details Webmachine, a RESTful toolkit for writing well-behaved HTTP applications, helping developers to deal with the complexities of an HTTP-based application.

News about HTTP

Best Practices For HTTP API Evolvability

Topics
REST,
Hypermedia

As the title suggests, in Best Practices For HTTP API Evolvability, Benjamin Carlyle, set out to define priciples and practices for designing systems, that are built around HTTP API’s. Systems, that are extensible and can evolve over time.

Restfuse 1.0.0 - A Library For Easy REST/HTTP Integration Tests

Topics
Java,
Open Source,
Tools,
REST,
Unit Testing

EclipseSource has released the first stable version for an open source JUnit extension that automates testing of REST/HTTP services supporting both synchronous and asynchronous calls.

Articles about HTTP

Encrypting the Internet

Topics
Security,
Web Servers,
Architecture

The authors, from Intel, offer a three pronged approach to providing secure transmission of high volume HTML traffic: new CPU instructions to accelerate cryptographic operations; a novel implementation of the RSA algorithm to accelerate public key encryption; and using SMT to balance web server and cryptographic operations. Their approach, they claim, leads to significant cost savings.

RESTful HTTP in practice

Topics
REST,
SOA

Gregor Roth overviews the basics of RESTful HTTP and discusses typical issues that developers face when they design RESTful HTTP applications, showing how to apply the REST architecture style in practice. Gregor describes commonly used approaches to name URIs, discusses how to interact with resources through the Uniform interface, when to use PUT or POST and how to support non-CRUD operations.

Presentations about HTTP

Building Systems with REST

Topics
REST,
.NET

Glenn Block presents how developers can build RESTful solutions using Microsoft’s technologies, especially with WCF and .NET.

The Counterintuitive Web

Topics
Web Services,
REST,
Architecture,
SOA

Ian Robinson considers that programming for the web requires a different architectural approach than for applications: clients are interested only in URIs, clients are responsible for the integrity of a sequence of requests, and one should implement application protocols as protocol resources , not domain resources.

Interviews about HTTP

Ilya Grigorik on Tokyo Cabinet, MySQL and Ruby HTTP Performance

Topics
Dynamic Languages,
Data Access,
Ruby,
Deployment / Datacenter,
Database Design,
Performance & Scalability,
Architecture

Ilya Grigorik discusses his company's PostRank algorithm for tracking reader engagement with content. Also: his experience scaling MySQL, Tokyo Cabinet, Ruby HTTP libs, Solr, Amazon EC2 and more.

Ian Robinson and Jim Webber on Web-based Integration

Topics
WOA,
Web Services,
REST,
SOA

In this interview, recorded at QCon London 2009, Ian Robinson and Jim Webber talk to Stefan Tilkov about the Web as a platform for integration, the usefulness of various degrees of RESTful HTTP and the benefits of REST in theory and practice.