| Package | Description |
|---|---|
| ai.preferred.venom.request | |
| ai.preferred.venom.storage |
| Modifier and Type | Method and Description |
|---|---|
Request.Method |
VRequest.getMethod() |
@NotNull Request.Method |
Request.getMethod()
Returns the method type of the request.
|
Request.Method |
HttpFetcherRequest.getMethod() |
Request.Method |
CrawlerRequest.getMethod() |
static Request.Method |
Request.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.Method[] |
Request.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static VRequest.Builder |
VRequest.build(Request.Method method,
String url)
Create a new instance of builder with a method and url.
|
| Constructor and Description |
|---|
Builder(Request.Method method,
String url)
Constructs an instance of builder.
|
| Modifier and Type | Method and Description |
|---|---|
Request.Method |
Record.getRequestMethod() |
Copyright © 2018. All rights reserved.