OAuth签名开发包 Signpost

码农软件 · 软件分类 · OAuth开发包 · 2019-04-19 13:12:47

软件介绍

Signpost 是一个简单而且直观的使用 OAuth 1.0 规范对 HTTP 消息进行签名的 Java 解决方案。支持的 HTTP 客户端包有:

  • Java HttpURLConnection
  • Apache Commons HTTP 4.x
  • Jetty HTTP Client v6.x

示例代码:

// create an HTTP request to a protected resource
URL url = new URL("http://api.example.com/protected")
HttpURLConnection request = (HttpURLConnection) url.openConnection();

// sign the request (consumer is a Signpost DefaultOAuthConsumer)
consumer.sign(request);

// send the request
request.connect();

本文地址:https://codercto.com/soft/d/3921.html

Coding the Matrix

Coding the Matrix

Philip N. Klein / Newtonian Press / 2013-7-26 / $35.00

An engaging introduction to vectors and matrices and the algorithms that operate on them, intended for the student who knows how to program. Mathematical concepts and computational problems are motiva......一起来看看 《Coding the Matrix》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具