com.heroku.api.http
Class Http

java.lang.Object
  extended by com.heroku.api.http.Http

public class Http
extends Object

Simple abstraction for HTTP request/response values.


Nested Class Summary
static class Http.Accept
          HTTP Accept header model.
static class Http.ContentType
          HTTP Content-Type header model.
static interface Http.Header
          Represent a name/value pair for a HTTP header.
static class Http.Method
          HTTP Methods.
static class Http.Status
          HTTP Status codes.
static class Http.UserAgent
          HTTP User-Agent header model.
 
Constructor Summary
Http()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Http

public Http()


Copyright © 2012. All Rights Reserved.