aboutsummaryrefslogtreecommitdiff
path: root/status.go
Commit message (Collapse)AuthorAgeFilesLines
* status: Reintroduce StatusSensitiveInputv0.1.21Adnan Maolood2021-03-151-0/+3
|
* Remove StatusSensitiveInputAdnan Maolood2021-03-081-3/+0
|
* Make Status a typeAdnan Maolood2021-02-201-24/+27
| | | | Using a type is better than using an integer.
* status: Fix typoAdnan Maolood2021-02-171-6/+6
|
* Rename Meta to StatusTextAdnan Maolood2021-02-171-5/+13
| | | | Rename Meta to StatusText and support all status codes.
* status: Update documentationAdnan Maolood2021-02-141-1/+2
|
* Update Response documentationAdnan Maolood2021-02-141-2/+2
|
* Remove StatusClass* constantsAdnan Maolood2021-02-141-11/+2
| | | | | Re-use the existing Status* constants and adjust StatusClass to return a valid Status.
* Use plain integers to represent status codesAdnan Maolood2021-02-091-33/+29
|
* Rename status.Message to status.MetaAdnan Maolood2021-01-101-12/+4
|
* Remove Redirect and PermanentRedirect functionsAdnan Maolood2020-10-311-2/+2
| | | | Use (*ResponseWriter).WriteHeader instead.
* Refactor client certificatesAdnan Maolood2020-10-281-12/+12
|
* Add Client.GetInput fieldAdnan Maolood2020-10-271-3/+12
|
* Reject schemes other than gemini:// in NewRequestAdnan Maolood2020-10-271-4/+2
|
* Add (*Client).Get functionAdnan Maolood2020-10-271-0/+78