aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
Commit message (Expand)AuthorAgeFilesLines
* docstrings autoloadsmarty hiatt2023-10-131-1/+1
* mastodon-http--api-search fun (search uses api v2)marty hiatt2023-10-131-0/+4
* http: build query str only when we have a valuemarty hiatt2023-10-131-2/+3
* doctring for http--postmarty hiatt2023-10-081-2/+5
* require shr for http.elmarty hiatt2023-10-081-0/+1
* hotfix http-post errormarty hiatt2023-10-071-1/+1
* port fedi-http handling of POST JSON data or notmarty hiatt2023-10-021-8/+11
* remove error call in rendering html http response.marty hiatt2023-08-161-2/+2
* comment erroneous request-timeout lexicalmarty hiatt2023-07-201-1/+1
* poss fix for simultaneous uploads. See #478.marty hiatt2023-07-131-8/+10
* fix indent of media attachmentsmarty hiatt2023-07-131-2/+2
* message wait/done to attachment uploads, to avoid issues. See #478.marty hiatt2023-07-121-5/+1
* fix html render on error in process-jsonmarty hiatt2023-06-201-2/+2
* rough rendering for 404 html error responses.marty hiatt2023-05-261-4/+17
* Revert "use url-http-end-of-headers in http.el" To fix testsmarty hiatt2023-05-161-2/+2
* http docstringmarty hiatt2023-05-161-2/+3
* use url-http-end-of-headers in http.elmarty hiatt2023-05-111-2/+2
* audit http.elmarty hiatt2023-05-101-52/+43
* refactor concat-params-to-url, replace append-query stringmarty hiatt2023-05-101-36/+20
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-1/+1
* sort all autoloadsmarty hiatt2023-03-191-1/+0
* http--process-response: display response as error if not jsonmarty hiatt2023-01-281-2/+12
* remove first empty line in docstringsmarty hiatt2023-01-091-3/+0
* update copyright/author attributionmarty hiatt2022-11-271-0/+2
* http: always use PARAMS or CBARGS, never ARGS anywheremarty hiatt2022-11-241-16/+18
* rename build-query-string to -params-str, + build-array-params-alistmarty hiatt2022-11-221-14/+14
* remove redundant --get-search(-json) funs, use new params --get-jsonmarty hiatt2022-11-221-34/+0
* attempt to fix --get-search paramsmarty hiatt2022-11-221-1/+2
* fix --get-response-async re paramsmarty hiatt2022-11-221-1/+2
* fix some tests due to paramsmarty hiatt2022-11-221-1/+1
* params always in http.el, only ever send alists from elsewhere.marty hiatt2022-11-211-34/+51
* no switch to response buffer on non-200 http responsemarty hiatt2022-11-211-3/+5
* http--post - make args + headers optional argsmarty hiatt2022-11-191-2/+2
* http build array args docstringmarty hiatt2022-11-191-1/+2
* Merge branch 'develop' into listsmarty hiatt2022-11-191-0/+5
|\
| * refactor array params into -http--build-array-args-alistmarty hiatt2022-11-171-0/+5
* | add delete and edit listsmarty hiatt2022-11-161-0/+16
* | http--triage: add 404, don't process json in that casemarty hiatt2022-11-151-2/+5
* | make a start on listsmarty hiatt2022-11-151-5/+8
|/
* http vector docstringsmarty hiatt2022-11-101-2/+5
* process-response: optionally JSON array as vector, for instance descmarty hiatt2022-11-101-6/+6
* http docstringsmarty hiatt2022-11-101-3/+6
* opt no-headers arg, only fetch when nilmarty hiatt2022-11-091-8/+10
* use a proper dotted alist for response headers listmarty hiatt2022-11-091-2/+2
* --init: handle json or full response and handle Link headermarty hiatt2022-11-091-0/+1
* http: add response layer to requests:marty hiatt2022-11-091-25/+50
* add headers arg to http--process-json and --get-json-asyncmarty hiatt2022-11-051-4/+13
* Revert "remove unused --append-query-string"marty hiatt2022-11-031-0/+7
* http.el docstringsmarty hiatt2022-10-311-6/+10