Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docstrings autoloads | marty hiatt | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | mastodon-http--api-search fun (search uses api v2) | marty hiatt | 2023-10-13 | 1 | -0/+4 |
| | |||||
* | http: build query str only when we have a value | marty hiatt | 2023-10-13 | 1 | -2/+3 |
| | |||||
* | doctring for http--post | marty hiatt | 2023-10-08 | 1 | -2/+5 |
| | |||||
* | require shr for http.el | marty hiatt | 2023-10-08 | 1 | -0/+1 |
| | |||||
* | hotfix http-post error | marty hiatt | 2023-10-07 | 1 | -1/+1 |
| | |||||
* | port fedi-http handling of POST JSON data or not | marty hiatt | 2023-10-02 | 1 | -8/+11 |
| | |||||
* | remove error call in rendering html http response. | marty hiatt | 2023-08-16 | 1 | -2/+2 |
| | |||||
* | comment erroneous request-timeout lexical | marty hiatt | 2023-07-20 | 1 | -1/+1 |
| | |||||
* | poss fix for simultaneous uploads. See #478. | marty hiatt | 2023-07-13 | 1 | -8/+10 |
| | |||||
* | fix indent of media attachments | marty hiatt | 2023-07-13 | 1 | -2/+2 |
| | |||||
* | message wait/done to attachment uploads, to avoid issues. See #478. | marty hiatt | 2023-07-12 | 1 | -5/+1 |
| | |||||
* | fix html render on error in process-json | marty hiatt | 2023-06-20 | 1 | -2/+2 |
| | |||||
* | rough rendering for 404 html error responses. | marty hiatt | 2023-05-26 | 1 | -4/+17 |
| | |||||
* | Revert "use url-http-end-of-headers in http.el" To fix tests | marty hiatt | 2023-05-16 | 1 | -2/+2 |
| | | | | This reverts commit 6d05cf81ff5a84aa12735aeab2ac99a083c15033. | ||||
* | http docstring | marty hiatt | 2023-05-16 | 1 | -2/+3 |
| | |||||
* | use url-http-end-of-headers in http.el | marty hiatt | 2023-05-11 | 1 | -2/+2 |
| | |||||
* | audit http.el | marty hiatt | 2023-05-10 | 1 | -52/+43 |
| | |||||
* | refactor concat-params-to-url, replace append-query string | marty hiatt | 2023-05-10 | 1 | -36/+20 |
| | |||||
* | remove all ;; Package-Requires: declarations save for main file | marty hiatt | 2023-03-27 | 1 | -1/+0 |
| | | | | main file is set in .dir-locals.el now | ||||
* | manually(!) apply stephan monnier's patch, save the ts work | marty hiatt | 2023-03-21 | 1 | -1/+1 |
| | | | | thanks stephan! | ||||
* | sort all autoloads | marty hiatt | 2023-03-19 | 1 | -1/+0 |
| | | | | sort autoloads in profile.el | ||||
* | http--process-response: display response as error if not json | marty hiatt | 2023-01-28 | 1 | -2/+12 |
| | | | | still need to handle possible html. | ||||
* | remove first empty line in docstrings | marty hiatt | 2023-01-09 | 1 | -3/+0 |
| | |||||
* | update copyright/author attribution | marty hiatt | 2022-11-27 | 1 | -0/+2 |
| | |||||
* | http: always use PARAMS or CBARGS, never ARGS anywhere | marty hiatt | 2022-11-24 | 1 | -16/+18 |
| | |||||
* | rename build-query-string to -params-str, + build-array-params-alist | marty hiatt | 2022-11-22 | 1 | -14/+14 |
| | |||||
* | remove redundant --get-search(-json) funs, use new params --get-json | marty hiatt | 2022-11-22 | 1 | -34/+0 |
| | |||||
* | attempt to fix --get-search params | marty hiatt | 2022-11-22 | 1 | -1/+2 |
| | |||||
* | fix --get-response-async re params | marty hiatt | 2022-11-22 | 1 | -1/+2 |
| | |||||
* | fix some tests due to params | marty hiatt | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | params always in http.el, only ever send alists from elsewhere. | marty hiatt | 2022-11-21 | 1 | -34/+51 |
| | | | | probably incomplete but mostly done. | ||||
* | no switch to response buffer on non-200 http response | marty hiatt | 2022-11-21 | 1 | -3/+5 |
| | |||||
* | http--post - make args + headers optional args | marty hiatt | 2022-11-19 | 1 | -2/+2 |
| | | | | also update all calls to it, no need for nil nil everywhere. | ||||
* | http build array args docstring | marty hiatt | 2022-11-19 | 1 | -1/+2 |
| | |||||
* | Merge branch 'develop' into lists | marty hiatt | 2022-11-19 | 1 | -0/+5 |
|\ | |||||
| * | refactor array params into -http--build-array-args-alist | marty hiatt | 2022-11-17 | 1 | -0/+5 |
| | | |||||
* | | add delete and edit lists | marty hiatt | 2022-11-16 | 1 | -0/+16 |
| | | |||||
* | | http--triage: add 404, don't process json in that case | marty hiatt | 2022-11-15 | 1 | -2/+5 |
| | | |||||
* | | make a start on lists | marty hiatt | 2022-11-15 | 1 | -5/+8 |
|/ | |||||
* | http vector docstrings | marty hiatt | 2022-11-10 | 1 | -2/+5 |
| | |||||
* | process-response: optionally JSON array as vector, for instance desc | marty hiatt | 2022-11-10 | 1 | -6/+6 |
| | |||||
* | http docstrings | marty hiatt | 2022-11-10 | 1 | -3/+6 |
| | |||||
* | opt no-headers arg, only fetch when nil | marty hiatt | 2022-11-09 | 1 | -8/+10 |
| | |||||
* | use a proper dotted alist for response headers list | marty hiatt | 2022-11-09 | 1 | -2/+2 |
| | |||||
* | --init: handle json or full response and handle Link header | marty hiatt | 2022-11-09 | 1 | -0/+1 |
| | |||||
* | http: add response layer to requests: | marty hiatt | 2022-11-09 | 1 | -25/+50 |
| | | | | | | | | | | | - response is a cons of JSON list and http response headers alist - existing --get-json functions now just car the response - we also process JSON array as a list not a vector - this should open the way to handling response headers if we want to, eg for paginating favorites with the Link: header | ||||
* | add headers arg to http--process-json and --get-json-async | marty hiatt | 2022-11-05 | 1 | -4/+13 |
| | |||||
* | Revert "remove unused --append-query-string" | marty hiatt | 2022-11-03 | 1 | -0/+7 |
| | | | | This reverts commit e2fd67b16104ab772a4ef962613cb9f3cb3cea52. | ||||
* | http.el docstrings | marty hiatt | 2022-10-31 | 1 | -6/+10 |
| |