manticore icon indicating copy to clipboard operation
manticore copied to clipboard

Manticore is a JRuby HTTP client built on the Apache HttpClient 4.x components

Results 11 manticore issues
Sort by recently updated
recently updated
newest added

Added an `ssl[:verify]` option `:noop` to turn off only the hostname verification, unlike `:none` or `:disabled` that overrides the `trust_strategy`, this new option still validates the certificate, ignoring only the...

when i try to use proxy => "socks5h://127.0.0.1:8282" i have the result "socks5h protocol is not supported". would it be possible to add the management of proxy socks ?

I used to use Nahi/httpClient but recently got hit by a SSL problem, hence i decided to switch to manticore. great library It solve my problems on SSL connection, but...

It seems that new fixes and enhancements are no longer added to httpclient 4.x so it may be time to adopt 5.x in this project as well. An example of...

Strip removes all whitespace characters, not just line breaks and spaces (null, horizontal tab, line feed, vertical tab, form feed, carriage return, space). If a certificate ends with such a...

Currently if we use illegal characters in uri example `https://www.google.com?q=baz{{|| ` which fails with java.net.URISyntaxException. This pr provided wrapper around java exception to handle uri syntax exception.

``` ❯ gem fetch manticore Fetching manticore-0.9.2-java.gem Downloaded manticore-0.9.2-java ❯ gem unpack manticore-0.9.2-java.gem Unpacked gem: 'manticore-0.9.2-java' ❯ find manticore-0.9.2-java -name "*.jar" manticore-0.9.2-java/lib/commons-codec/commons-codec/1.15/commons-codec-1.15.jar manticore-0.9.2-java/lib/commons-logging/commons-logging/1.2/commons-logging-1.2.jar manticore-0.9.2-java/lib/org/manticore/manticore-ext.jar manticore-0.9.2-java/lib/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar manticore-0.9.2-java/lib/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar manticore-0.9.2-java/lib/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar manticore/ ❯ grep...

Can we get a new build please? I desperately need one that has issue #116 resolved which has been merged.