Git Product home page Git Product logo

ureq's People

Contributors

mattn avatar ricoantoniofelix avatar solusipse avatar timgates42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ureq's Issues

Disparity between function pointer signatures...

struct Page is declared as follows:

struct Page {
    char *url;
    char *(*func)();
    char *method;
};

But in function ureq_serve which adds a page to the list of pages, its parameter to initialize the function pointer in a page is as follows:
char *(*func)(HttpRequest *)...

Is this something that was overlooked?

If yes, then I can send a commit to fix the issue in my already submitted PR...

Project restructuring...

I've taken the opportunity to make a major change in the structure of the project by introducing a more lean design, separating components of the system into their own file definitions (details)...

Details that is irrelevant to the user of the system has been hidden in a directory (internal)...

All a user should be concerned with now is the files in the root directory and the examples folder...

I've also renamed the http methods to use a pattern suggested here which includes UREQ_*...

You can now take it from here if this proposal is accepted and introduce proper source documentation in the interface file ureq.h for each function to make the framework self explanatory by just looking at that single file...

Library for Arduino?

Have you thought about making this as a library for the Arduino IDE? I think it get a lot more usage since the current web server possibilities are quite unnstable.

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.