\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{jp153} \pdfinfo{ /Title (http-status-codes-golang.pdf) /Creator (Cheatography) /Author (jp153) /Subject (HTTP Status Codes (Golang) Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{01ADD8} \definecolor{LightBackground}{HTML}{EFF9FC} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{HTTP Status Codes (Golang) Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{jp153} via \textcolor{DarkBackground}{\uline{cheatography.com/72560/cs/18360/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}jp153 \\ \uline{cheatography.com/jp153} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 27th December, 2018.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{p{0.4577 cm} x{1.87657 cm} x{2.24273 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{1xx Informational Response}} \tn % Row 0 \SetRowColor{LightBackground} 100 & Continue & StatusContinue \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 101 & Switching Protocols & \seqsplit{StatusSwitchingProtocols} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} 102 & Processing & StatusProcessing \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} 103 & Early Hints & \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4577 cm} x{2.05965 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{2xx Success}} \tn % Row 0 \SetRowColor{LightBackground} 200 & OK & StatusOK \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 201 & Created & StatusCreated \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} 202 & Accepted & StatusAccepted \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 204 & No Content & StatusNoContent \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 203 & Non-Authoritative Information & \seqsplit{StatusNonAuthoritativeInfo} \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} 205 & Reset Content & \seqsplit{StatusResetContent} \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} 206 & Partial Content & \seqsplit{StatusPartialContent} \tn % Row Count 9 (+ 2) % Row 7 \SetRowColor{white} 207 & Multi-Status & StatusMultiStatus \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} 208 & Already Reported & \seqsplit{StatusAlreadyReported} \tn % Row Count 12 (+ 2) % Row 9 \SetRowColor{white} 226 & IM Used & StatusIMUsed \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4577 cm} x{1.87657 cm} x{2.24273 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{3xx Redirection}} \tn % Row 0 \SetRowColor{LightBackground} 300 & Multiple Choices & \seqsplit{StatusMultipleChoices} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} 301 & Moved Permanently & \seqsplit{StatusMovedPermanently} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} 302 & Found & StatusFound \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} 303 & See Other & StatusSeeOther \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} 304 & Not Modified & StatusNotModified \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} 305 & Use Proxy & StatusUseProxy \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} 306 & Switch Proxy & \_ \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} 307 & Temporary Redirect & \seqsplit{StatusTemporaryRedirect} \tn % Row Count 11 (+ 2) % Row 8 \SetRowColor{LightBackground} 308 & Permanent Redirect & \seqsplit{StatusPermanentRedirect} \tn % Row Count 13 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4577 cm} x{2.10542 cm} x{2.01388 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{4xx Client errors}} \tn % Row 0 \SetRowColor{LightBackground} 400 & Bad Request & StatusBadRequest \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 401 & Unauthorized & \seqsplit{StatusUnauthorized} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} 402 & Payment Required & \seqsplit{StatusPaymentRequired} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} 403 & Forbidden & StatusForbidden \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} 404 & Not Found & StatusNotFound \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} 405 & Method Not Allowed & \seqsplit{StatusMethodNotAllowed} \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} 406 & Not Acceptable & \seqsplit{StatusNotAcceptable} \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} 407 & Proxy Authentication Required & \seqsplit{StatusProxyAuthRequired} \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} 408 & Request Timeout & \seqsplit{StatusRequestTimeout} \tn % Row Count 15 (+ 2) % Row 9 \SetRowColor{white} 409 & Conflict & StatusConflict \tn % Row Count 16 (+ 1) % Row 10 \SetRowColor{LightBackground} 410 & Gone & StatusGone \tn % Row Count 17 (+ 1) % Row 11 \SetRowColor{white} 411 & Length Required & \seqsplit{StatusLengthRequired} \tn % Row Count 19 (+ 2) % Row 12 \SetRowColor{LightBackground} 412 & Precondition Failed & \seqsplit{StatusPreconditionFailed} \tn % Row Count 21 (+ 2) % Row 13 \SetRowColor{white} 413 & Payload Too Large & \seqsplit{StatusRequestEntityTooLarge} \tn % Row Count 23 (+ 2) % Row 14 \SetRowColor{LightBackground} 414 & URI Too Long & \seqsplit{StatusRequestURITooLong} \tn % Row Count 25 (+ 2) % Row 15 \SetRowColor{white} 415 & Unsupported Media Type & \seqsplit{StatusUnsupportedMediaType} \tn % Row Count 27 (+ 2) % Row 16 \SetRowColor{LightBackground} 416 & Range Not Satisfiable & \seqsplit{StatusRequestedRangeNotSatisfiable} \tn % Row Count 29 (+ 2) % Row 17 \SetRowColor{white} 417 & Expectation Failed & \seqsplit{StatusExpectationFailed} \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.4577 cm} x{2.10542 cm} x{2.01388 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{4xx Client errors (cont)}} \tn % Row 18 \SetRowColor{LightBackground} 418 & I'm a teapot & StatusTeapot \tn % Row Count 1 (+ 1) % Row 19 \SetRowColor{white} 421 & Misdirected Request & \seqsplit{StatusMisdirectedRequest} \tn % Row Count 3 (+ 2) % Row 20 \SetRowColor{LightBackground} 422 & Unprocessable Entity & \seqsplit{StatusUnprocessableEntity} \tn % Row Count 5 (+ 2) % Row 21 \SetRowColor{white} 423 & Locked & StatusLocked \tn % Row Count 6 (+ 1) % Row 22 \SetRowColor{LightBackground} 424 & Failed Dependency & \seqsplit{StatusFailedDependency} \tn % Row Count 8 (+ 2) % Row 23 \SetRowColor{white} 426 & Upgrade Required & \seqsplit{StatusUpgradeRequired} \tn % Row Count 10 (+ 2) % Row 24 \SetRowColor{LightBackground} 428 & Precondition Required & \seqsplit{StatusPreconditionRequired} \tn % Row Count 12 (+ 2) % Row 25 \SetRowColor{white} 429 & Too Many Requests & \seqsplit{StatusTooManyRequests} \tn % Row Count 14 (+ 2) % Row 26 \SetRowColor{LightBackground} 431 & Request Header Fields Too Large & \seqsplit{StatusRequestHeaderFieldsTooLarge} \tn % Row Count 16 (+ 2) % Row 27 \SetRowColor{white} 451 & Unavailable For Legal Reasons & \seqsplit{StatusUnavailableForLegalReasons} \tn % Row Count 18 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4577 cm} x{2.05965 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{5xx Server Error}} \tn % Row 0 \SetRowColor{LightBackground} 500 & Internal Server Error & \seqsplit{StatusInternalServerError} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} 501 & Not Implemented & \seqsplit{StatusNotImplemented} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} 502 & Bad Gateway & StatusBadGateway \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} 503 & Service Unavailable & \seqsplit{StatusServiceUnavailable} \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} 504 & Gateway Timeout & \seqsplit{StatusGatewayTimeout} \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} 505 & HTTP Version Not Supported & \seqsplit{StatusHTTPVersionNotSupported} \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} 506 & Variant Also Negotiates & \seqsplit{StatusVariantAlsoNegotiates} \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} 507 & Insufficient Storage & \seqsplit{StatusInsufficientStorage} \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} 508 & Loop Detected & \seqsplit{StatusLoopDetected} \tn % Row Count 16 (+ 1) % Row 9 \SetRowColor{white} 510 & Not Extended & StatusNotExtended \tn % Row Count 17 (+ 1) % Row 10 \SetRowColor{LightBackground} 511 & Network Authentication Required & \seqsplit{StatusNetworkAuthenticationRequired} \tn % Row Count 19 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}