(Comcast) drive-thru

Drive-Thru is a helper utility for making HTTP requests

License

License

GroupId

GroupId

com.comcast.drivethru
ArtifactId

ArtifactId

drive-thru
Last Version

Last Version

2.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

(Comcast) drive-thru
Drive-Thru is a helper utility for making HTTP requests
Project URL

Project URL

https://github.com/Comcast/drive-thru
Project Organization

Project Organization

Comcast
Source Code Management

Source Code Management

https://github.com/Comcast/drive-thru

Download drive-thru

How to add to project

<!-- https://jarcasting.com/artifacts/com.comcast.drivethru/drive-thru/ -->
<dependency>
    <groupId>com.comcast.drivethru</groupId>
    <artifactId>drive-thru</artifactId>
    <version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.comcast.drivethru/drive-thru/
implementation 'com.comcast.drivethru:drive-thru:2.0.7'
// https://jarcasting.com/artifacts/com.comcast.drivethru/drive-thru/
implementation ("com.comcast.drivethru:drive-thru:2.0.7")
'com.comcast.drivethru:drive-thru:jar:2.0.7'
<dependency org="com.comcast.drivethru" name="drive-thru" rev="2.0.7">
  <artifact name="drive-thru" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comcast.drivethru', module='drive-thru', version='2.0.7')
)
libraryDependencies += "com.comcast.drivethru" % "drive-thru" % "2.0.7"
[com.comcast.drivethru/drive-thru "2.0.7"]

Dependencies

compile (9)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.2.4
com.comcast.cereal : cereal jar 4.0.3
oauth.signpost : signpost-core jar 1.2.1
oauth.signpost : signpost-commonshttp4 jar 1.2.1
org.apache.httpcomponents : httpclient jar 4.4.1
org.apache.httpcomponents : httpcore jar 4.4.1
org.slf4j : slf4j-api jar 1.7.19
org.springframework : spring-web jar 4.1.6.RELEASE
org.springframework : spring-webmvc jar 4.1.6.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (5)

Group / Artifact Type Version
com.comcast.pantry : pantry jar 2.0.8
ch.qos.logback : logback-classic jar 1.1.2
org.apache.httpcomponents : httpmime jar 4.4.1
org.testng : testng jar 6.8.21
org.easymock : easymock jar 3.3.1

Project Modules

There are no modules declared in this project.

Drive-Thru - This project is no longer actively maintained.

Build Status

http://comcast.github.io/drive-thru/

##Summary Drive-Thru is a helper utility for making HTTP requests. It is especially useful when interacting with REST APIs as it simplifies the process of constructing a request and serializing/deserializing data in/from those requests

Drive-Thru

##How do I use it? You can find ample documentation in the javadocs for the various apis. Additionally, please see the src\test package for example tests written using drive-thru.

##Submitting Issues Please file a github issue for any problems or feature requests (or better yet, submit a pull request!)

com.comcast.drivethru
Comcast brings together the best in media and technology to create the world's best entertainment and online experiences

Versions

Version
2.0.7
2.0.4
2.0.3
2.0.2
2.0.1