GAE_xmlhttpRequest({ method : [HTTP Request種別(サポートしているのは'GET'のみ)] , url : [取得するURL] , onload : [正常終了時(HTTP Status Code:200番台)のコールバック関数] , onerror : [異常終了時(HTTP Status Code:200番台以外)のコールバック関数](省略可) , onreadystatechange : [ReadyState変化時のコールバック関数](省略可) , headers : [HTTP Request時に指定するヘッダ要素(連想配列)](省略可) , timeout
![[JavaScript]GAE_xmlhttpRequest:クロスドメインのHTTP GET(Google App Engine経由)](https://cdn-ak-scissors.b.st-hatena.com/image/square/159b30b7a05d04afec950abd67da68c4e60f7c1b/height=288;version=1;width=512/https%3A%2F%2Ffuryu.tea-nifty.com%2Fimage%2Fkaze2_120x120.png)