as3httpclient is an HTTP/HTTPS client written in ActionScript 3. It offers functionality beyond Flash’s built-in URLRequest/URLStream, implementing HTTP methods such as GET, POST, DELETE, etc., support for multipart form data, chunked transfer encoding, HTTPS (via TLS), and general HTTP client features for Flash and AIR applications. The project is old and no longer actively supported. Learn the HTTP protocol by trying to implement a client. Use AS3Crypto TLSSocket support for implementing HTTPS. Use it as a replacement for Flash's URLRequest/URLStream API.
Features
- Support for multiple HTTP verbs: GET, HEAD, PUT, POST, DELETE, PATCH
- Multipart/form-data support for POST, PUT, PATCH etc.
- HTTPS support via AS3Crypto TLS socket library
- Reading chunked transfer encoding responses
- Works in both Flash and AIR runtimes
- Example code, tests, build scripts (SWC building, etc.) included
Categories
LibrariesLicense
MIT LicenseFollow AS3HttpClient
You Might Also Like
See Everything. Miss Nothing. 30-day free trial
As the IT backbone of your company, you can’t afford to miss a thing. PRTG monitors every device, application, and connection - on-premise and in the cloud. You get clear dashboards, smart alerts, and mobile access, so you’re always in control, wherever you are. No more guesswork or manual checks. PRTG’s powerful automation and easy setup mean you spend less time firefighting and more time moving your business forward. Discover how simple and reliable IT monitoring can be.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AS3HttpClient!