タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

RESTに関するmimesisのブックマーク (2)

  • REST APIの良い、悪い、醜い

    Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。このでは、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

    REST APIの良い、悪い、醜い
    mimesis
    mimesis 2011/07/19
  • うずら技術メモ

    GET /WebSite1/WebService.asmx/getHello?str=string HTTP/1.1 Host: localhost HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">string</string> 3.SOAPとは SOAPとは、元々はSimple Object Access Protocol の略で、SOAPメッセージというXMLによってメッセージ交換をおこなう方法である。SOAPの仕様は、1.0, 1.1, 1.2 とバージョンアップを続けている。2000年5月に公開された1.1ではHTTP以外のSMT

  • 1