From f476a6be00bcdabd300b39a9d40ee02781636793 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Tue, 3 Mar 2020 08:58:13 +0100 Subject: [PATCH] update docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 61c213c..eed17a7 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ The specialties of this component are * It was build to simplify http calls and handle http response for scripts * After making a request the response stays is in memory. There is no output to any file to grep something or to cleanup after usage. -* Its functions feel a bit like class methods, i.e. http.getResponse to get tehe response body or http.getResponseHeader for the Http response header +* Its functions feel a bit like class methods, i.e. http.getResponse to get the response body or http.getResponseHeader for the Http response header * This component wraps curl - ist supports any http method * works with anonymous requests and Basic Authentication * The response can be stored ... and reimported later. After import you can use the http.get* functions to fetch results from the former request. -- GitLab