fr.lteconsulting.angular2gwt.client.interop.ng.http.Headers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of angular2-gwt Show documentation
Show all versions of angular2-gwt Show documentation
Allows to develop Angular 2 applications with GWT
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