FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scribejava-httpclient-okhttp/src - scribejava/scribejava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scribejava
/
scribejava
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
5.5k
Code
Issues
44
Pull requests
32
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
scribejava
scribejava-httpclient-okhttp
src
on
master
User selector
Datepicker
Commit history
Commits on Jan 14, 2021
refactor unit tests (exception handling)
kullfar
committed
cd20f57
View commit details
Copy full SHA for cd20f57
View code at this point
Browse repository at this point
Commits on May 5, 2020
make Response accept resources to autoclose and autoclose it (thanks to https://github.com/drei01)
s-gromov
committed
b2458a8
View commit details
Copy full SHA for b2458a8
View code at this point
Browse repository at this point
Commits on Jul 22, 2019
upgrade okhttp to 4.0.1 and security fix for jackson-databind 2.9.9.1
kullfar
committed
c202339
View commit details
Copy full SHA for c202339
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
introduce PMD/category/java/errorprone.xml/CloneMethodReturnTypeMustMatchClassName rule
kullfar
committed
9137ca6
View commit details
Copy full SHA for 9137ca6
View code at this point
Browse repository at this point
Commits on Apr 3, 2019
introduce PMD/category/java/codestyle.xml/UnnecessaryFullyQualifiedName rule
kullfar
committed
d273628
View commit details
Copy full SHA for d273628
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
cleanup deprecated methods
kullfar
committed
c270cef
View commit details
Copy full SHA for c270cef
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
* fix Muplipart request model and implement it for a jdk HTTP client (thanks to https://github.com/NTPape)
kullfar
committed
fac5e70
View commit details
Copy full SHA for fac5e70
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
update OkHTTP
kullfar
committed
935bdf4
View commit details
Copy full SHA for 935bdf4
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
* add RuntimeException processing in async http clients (delivered to onError callbacks) + check 200 status code from response in OAuth2AccessTokenExtractor (thanks to https://github.com/jochen314)
kullfar
committed
e8ba323
View commit details
Copy full SHA for e8ba323
View code at this point
Browse repository at this point
Commits on Jul 27, 2018
deliver OAuth exceptions from OAuthAsyncCompletionHandler
Show description for b1afe2f
Jochen Klein
authored and
Jochen Klein
committed
b1afe2f
View commit details
Copy full SHA for b1afe2f
View code at this point
Browse repository at this point
Commits on Jul 26, 2018
add Multipart functionality to JDK Http Client (thanks to https://github.com/eos1d3)
kullfar
committed
3e76568
View commit details
Copy full SHA for 3e76568
View code at this point
Browse repository at this point
Commits on Apr 28, 2018
Add multipart form-data request to JDK Http Client
Show description for 16de05a
eos1d3
committed
16de05a
View commit details
Copy full SHA for 16de05a
View code at this point
Browse repository at this point
Commits on Jan 24, 2018
java7 compatible again!
kullfar
committed
bca97ef
View commit details
Copy full SHA for bca97ef
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
add Apache HttpComponents HttpClient support in separate module (thanks to https://github.com/sschwieb)
kullfar
committed
4003852
View commit details
Copy full SHA for 4003852
View code at this point
Browse repository at this point
Commits on Oct 1, 2017
Apache http client integration
Stephan
committed
f296c75
View commit details
Copy full SHA for f296c75
View code at this point
Browse repository at this point
Commits on Jul 26, 2017
drop Java 7 backward compatibility support, become Java 8 only
kullfar
committed
52d4dc0
View commit details
Copy full SHA for 52d4dc0
View code at this point
Browse repository at this point
Commits on May 15, 2017
update dependencies
kullfar
committed
9b08834
View commit details
Copy full SHA for 9b08834
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
move OAuth1 SignatureType to ServiceBuilder to API
kullfar
committed
4cd5830
View commit details
Copy full SHA for 4cd5830
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Remove OAuthRequestAsync, just OAuthRequest. Request should not know anything about sync vs async
kullfar
committed
bfa0109
View commit details
Copy full SHA for bfa0109
View code at this point
Browse repository at this point
introduce JDKHttpClient (default).
kullfar
committed
a69f9de
View commit details
Copy full SHA for a69f9de
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
move JDK HTTP client specific config (connectTimeout and readTimeout) to separate class (JDKHttpClientConfig)
kullfar
committed
8dc7883
View commit details
Copy full SHA for 8dc7883
View code at this point
Browse repository at this point
Commits on Dec 26, 2016
add possibility to execute requests in sync manner for OkHttp, AHC and Ning (and any other)
kullfar
committed
c09bfce
View commit details
Copy full SHA for c09bfce
View code at this point
Browse repository at this point
make Response do not know abouth HttpUrlConnection (or any other HTTP stuff)
kullfar
committed
7450a60
View commit details
Copy full SHA for 7450a60
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
add default HTTP client configs (to use like 'new ServiceBuilder().httpClientConfig(OkHttpHttpClientConfig.defaultConfig())')
kullfar
committed
65761bb
View commit details
Copy full SHA for 65761bb
View code at this point
Browse repository at this point
fixes and refactorings to OkHttp support
kullfar
committed
5e560cc
View commit details
Copy full SHA for 5e560cc
View code at this point
Browse repository at this point
Commits on Nov 29, 2016
Fixed Checkstyle errors
arcao
committed
fa96ffb
View commit details
Copy full SHA for fa96ffb
View code at this point
Browse repository at this point
Fixed not working Response.getStream method
arcao
committed
9bc1ff8
View commit details
Copy full SHA for 9bc1ff8
View code at this point
Browse repository at this point
Added tests, fixed empty body error
arcao
committed
9787c7d
View commit details
Copy full SHA for 9787c7d
View code at this point
Browse repository at this point
Support for more HTTP methods
arcao
committed
6f21f15
View commit details
Copy full SHA for 6f21f15
View code at this point
Browse repository at this point
Commits on Nov 28, 2016
Fixed Checkstyle errors
arcao
committed
e74c194
View commit details
Copy full SHA for e74c194
View code at this point
Browse repository at this point
Support for okhttp #689
arcao
committed
40c4809
View commit details
Copy full SHA for 40c4809
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL