Coder Social home page Coder Social logo

mootools-request2's Introduction

MooTools Request proposal for moo2

NOTE: THIS IS JUST A PROPOSAL, DOESN'T MEAN IT WILL BE IN MOOTOOLS 2.0.

This is a proposal for a simpler to use Request Class for MooTools.net.

The idea is to create a class and add response processors to it. Each response type will have an associated response processor. The response type is associated with the mimetype of the response. Each response type will be associated with as much mimetypes as needed. The developer will be able to force a type, bypassing the mimetype check. It should throw an error event that should get any error that happens with the requests. It should be as simple and flexible, which means less options and more event/hooks.

Advantages

  • The developer will be able to control how the response is processed by the mimetype of the response. With the same code he will be able to send xml, json, text or html responses, and act differently for each of these types;
  • It will be possible to define the type of request/response on the simplified methods (send and load for instance).

Todo

  • implement the timeout functionality
  • implement the appendData option on the send method
  • improve the extensibility of the url generation (generate on a separate method, other than send)

mootools-request2's People

Contributors

fabiomcosta avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.