HessianD

码农软件 · 软件分类 · WEB服务/SOAP/SOA · 2019-04-10 09:12:45

软件介绍

HessianD 是一个用 D 语言实现 Hessian 协议的库。

示例代码:

import hessian.HttpProxy :
HttpProxy;
import tango.io.Stdout;

void main ()
{

// create a Http proxy on the given Http endpoint so we can post our Hessian stream
scope service = new HttpProxy(" http://localhost:5667/test/hessiantest");

// create a proxy method that will do the Hessian serialization and deserialization
auto echo = &service.proxy!(api.echo);

// we'll perform the remote call and display the result
Stdout ("Remote result: ") ( echo("Hello World!") ).newline.flush;

}

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

Head First Mobile Web

Head First Mobile Web

Lyza Danger Gardner、Jason Grigsby / O'Reilly Media / 2011-12 / $ 50.84

Despite the huge number of mobile devices and apps in use today, your business still needs a website. You just need it to be mobile. Head First Mobile Web walks you through the process of making a con......一起来看看 《Head First Mobile Web》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具