com.heroku.api.http
Interface Http.Header

All Known Implementing Classes:
Heroku.ApiVersion, Http.Accept, Http.ContentType, Http.UserAgent
Enclosing class:
Http

public static interface Http.Header

Represent a name/value pair for a HTTP header. Not all are implemented. Only those used by the Heroku API.


Nested Class Summary
static class Http.Header.Util
           
 
Method Summary
 String getHeaderName()
           
 String getHeaderValue()
           
 

Method Detail

getHeaderName

String getHeaderName()

getHeaderValue

String getHeaderValue()


Copyright © 2012. All Rights Reserved.