typescript-dotnet-amd
Version:
A JavaScript-Friendly .NET Based TypeScript Library.
7 lines • 559 B
JavaScript
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md
* Based on: https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
*/
define(["require","exports"],function(e,E){"use strict";Object.defineProperty(E,"__esModule",{value:!0});var T;!function(e){e.OPTIONS="OPTIONS",e.HEAD="HEAD",e.GET="GET",e.PUT="PUT",e.POST="POST",e.DELETE="DELETE",e.TRACE="TRACE",e.CONNECT="CONNECT"}(T=E.HttpMethod||(E.HttpMethod={}))});
//# sourceMappingURL=HttpMethod.js.map