All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.lteconsulting.angular2gwt.client.interop.ng.http.Headers Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package fr.lteconsulting.angular2gwt.client.interop.ng.http;

import jsinterop.annotations.JsType;

@JsType( isNative = true, namespace = "ng.http", name = "Headers" )
public class Headers
{
	public native void append( String name, String value );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy