Code Monkey home page Code Monkey logo

advanced-rest-client's Introduction

Advanced Rest Client for Google Chrome ™

This is a next version of the Chrome Legacy App. Previous version was done using Google Web Toolkit. However, since Java can't be so flexible to meet app's requirements I decided to rewrite the app. So I chose Angularjs framework.

Source code for previous app can be found at Google Code. And working app can be found in Chrome Web Store

Since it is not possible to upgrade legacy apps to new Chrome Apps it will be new application.

Most relevant change since last version is HTTP connection engine. Previous version was based on XMLHttpRequest with all it's limitations:

  • can't set some request headers listed in the spec as available only for browser to set
  • can't read some response headers like Cookie (because of security issues).

This project's version is based on Chrome's socket's API. Now there's no limitations for HTTP request but it is a javascript's implementation for HTTP communication. Currently (May 12, 2014) Chrome socket API do not support SSL connections. However Chrome team is working on it right now. So either it will be available for use when app will be ready or there will be some kind of fallback for ssl connections.

Please, feel free to for repository, propose changes or suggest improvements. I'm working on it alone but there's over 300K developers using this tool every week.

advanced-rest-client's People

Contributors

aaryn101 avatar jarrodek avatar

Watchers

 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.