Package | Description |
---|---|
bad.robot.http | |
bad.robot.http.matchers |
Modifier and Type | Class and Description |
---|---|
class |
HeaderPair |
class |
NoHeader |
Modifier and Type | Field and Description |
---|---|
static Header |
UserAgent.Apache |
static Header |
UserAgent.ChromeOnMac |
static Header |
UserAgent.SafariOnMac |
Modifier and Type | Method and Description |
---|---|
Header |
Headers.get(String header) |
Header |
HeaderList.get(String key) |
Header |
EmptyHeaders.get(String header) |
static Header |
HeaderPair.header(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
Iterator<Header> |
HeaderList.iterator() |
Iterator<Header> |
EmptyHeaders.iterator() |
Modifier and Type | Method and Description |
---|---|
static Headers |
HeaderList.headers(Header... headers) |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Header> |
Matchers.equalTo(Header header) |
static org.hamcrest.Matcher<Header> |
Matchers.header(String name,
org.hamcrest.Matcher<String> value) |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Header> |
Matchers.equalTo(Header header) |
static org.hamcrest.Matcher<Headers> |
Matchers.has(Header... headers) |
static <T extends HttpMessage> |
Matchers.has(Header header) |
static org.hamcrest.Matcher<Headers> |
Matchers.hasHeader(Header header) |
static org.hamcrest.Matcher<Headers> |
Matchers.hasHeaders(Header... headers) |
Copyright © 2013. All rights reserved.