package haxe.http

..
HttpBase

This class can be used to handle Http requests consistently across platforms. There are two intended usages:

HttpJs

HttpMethod

HTTP defines methods (sometimes referred to as verbs) to indicate the desired action to be performed on the identified resource. What this resource represents, whether pre-existing data or data that is generated dynamically, depends on the implementation of the server.

HttpStatus

HTTP Request Status