rnb-http

rnb-http est un projet web issue de rnb-js

Présentation

À écrire...

Composition

rnb/http/Client
Application web côté navigateur.
rnb/http/request
Un wrapper pour les requêtes http. La fonction à la même signature que l'API fetch. Différence : la promesse d'exécution est rejetée si la réponse n'est pas `ok`.
rnb/http/Router
Routage d'urls, côté navigateur ou côté serveur.
rnb/htpp/Server
Application côté serveur pour gérer une APIs d'urls.

Documentation du code

Historique

Voir aussi l'historique rnb-js.

2022-09-18
  • add: Server
2022-04-13
  • add: Initial commit after project splitting

Licence

GPL-3.0-or-later :

rnb-http - Javascript http utilities Copyright (C) 2005-2022 Rui Nibau

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.