You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/httplib
wxiaoguang b71cb7acdc
Use fetch to send requests to create issues/comments (#25258)
Follow #23290

Network error won't make content lost. And this is a much better
approach than "loading-button".

The UI is not perfect and there are still some TODOs, they can be done
in following PRs, not a must in this PR's scope.

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/c94ba958-aa46-4747-8ddf-6584deeed25c)

</details>
1 year ago
..
request.go Make repository response support HTTP range request (#24592) 1 year ago
serve.go Make repository response support HTTP range request (#24592) 1 year ago
serve_test.go Use standard HTTP library to serve files (#24693) 1 year ago
url.go Use fetch to send requests to create issues/comments (#25258) 1 year ago
url_test.go Use fetch to send requests to create issues/comments (#25258) 1 year ago